1+ cabal-version : 3.0
12name : arx
2- version : 0.3.2
3+ version : 0.3.3
34category : Text
4- license : BSD3
5+ license : BSD-3-Clause
56license-file : LICENSE
67author : Jason Dusek
78maintainer : 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
5050build-type : Simple
5151extra-source-files : README
5252 , LICENSE
@@ -66,18 +66,17 @@ flag no-cli
6666
6767
6868library
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
0 commit comments