Skip to content

Commit b0aa443

Browse files
committed
Remove stale formatting, options, settings, &c
1 parent 0f40c8c commit b0aa443

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
cabal.project.local
2-
cabal.project.local~
1+
cabal.project.*
32
dist/
43
dist-newstyle/
54
docs/.build

arx.cabal

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
cabal-version : 3.0
12
name : arx
2-
version : 0.3.2
3+
version : 0.3.3
34
category : Text
4-
license : BSD3
5+
license : BSD-3-Clause
56
license-file : LICENSE
67
author : Jason Dusek
78
maintainer : oss@solidsnack.be
@@ -46,7 +47,6 @@ description :
4647
For each supported platform, there is an archive containing @arx@ and
4748
signature files (SHA 512 and GPG).
4849

49-
cabal-version : >= 1.6
5050
build-type : Simple
5151
extra-source-files : README
5252
, LICENSE
@@ -66,18 +66,17 @@ flag no-cli
6666

6767

6868
library
69-
build-depends : base >= 2 && <= 5
70-
, bytestring >= 0.9
71-
, containers
72-
, attoparsec >= 0.9.1.2
73-
, blaze-builder >= 0.3
74-
, bytestring-nums >= 0.3.3
75-
, file-embed >= 0.0.4.1
76-
, parsec >= 3.1.2
77-
, process >= 1.0
78-
, shell-escape >= 0.1.1
79-
, template-haskell
80-
, hashable
69+
build-depends : base >= 2 && < 5
70+
, bytestring >= 0.9 && < 1
71+
, containers >= 0.6 && < 1
72+
, attoparsec >= 0.9.1.2 && < 1
73+
, blaze-builder >= 0.3 && < 1
74+
, file-embed >= 0.0.4.1 && < 1
75+
, parsec >= 3.1.2 && < 4
76+
, process >= 1.0 && < 2
77+
, shell-escape >= 0.1.1 && < 2
78+
, template-haskell >= 1 && < 3
79+
, hashable >= 1 && < 2
8180
exposed-modules : System.Posix.ARX
8281
System.Posix.ARX.CLI
8382
System.Posix.ARX.CLI.CLTokens
@@ -87,7 +86,8 @@ library
8786
System.Posix.ARX.Sh
8887
System.Posix.ARX.TMPXTools
8988
System.Posix.ARX.Tar
90-
extensions : FlexibleInstances
89+
default-language : Haskell2010
90+
default-extensions : FlexibleInstances
9191
FunctionalDependencies
9292
MultiParamTypeClasses
9393
OverloadedStrings
@@ -101,18 +101,19 @@ executable arx
101101
buildable : False
102102
else
103103
buildable : True
104-
build-depends : base >= 2 && <= 5
105-
, bytestring >= 0.9
106-
, containers
107-
, attoparsec >= 0.9.1.2
108-
, blaze-builder >= 0.3
109-
, file-embed >= 0.0.4.1
110-
, parsec >= 3.1.2
111-
, process >= 1.0
112-
, shell-escape >= 0.1.1
113-
, template-haskell
114-
, hashable
115-
extensions : FlexibleInstances
104+
build-depends : base >= 2 && < 5
105+
, bytestring >= 0.9 && < 1
106+
, containers >= 0.6 && < 1
107+
, attoparsec >= 0.9.1.2 && < 1
108+
, blaze-builder >= 0.3 && < 1
109+
, file-embed >= 0.0.4.1 && < 1
110+
, parsec >= 3.1.2 && < 4
111+
, process >= 1.0 && < 2
112+
, shell-escape >= 0.1.1 && < 2
113+
, template-haskell >= 1 && < 3
114+
, hashable >= 1 && < 2
115+
default-language : Haskell2010
116+
default-extensions : FlexibleInstances
116117
FunctionalDependencies
117118
MultiParamTypeClasses
118119
OverloadedStrings

docs/blessed/arx.man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "ARX" "1" "%F" "0.3.2" "arx"
30+
.TH "ARX" "1" "%F" "0.3.3" "arx"
3131
.SH NAME
3232
arx \- archived execution
3333
.SH SYNOPSIS

0 commit comments

Comments
 (0)