]> www.average.org Git - pdns-pipe-nmc.git/commitdiff
fix and relax cabal
authorEugene Crosser <crosser@average.org>
Thu, 24 Apr 2014 16:13:23 +0000 (20:13 +0400)
committerEugene Crosser <crosser@average.org>
Thu, 24 Apr 2014 16:13:23 +0000 (20:13 +0400)
pdns-pipe-nmc.cabal

index 7b0c66cacd8abf53954fd29dabd0523eca4202b4..3b4b57694f539f47992644b0be8fc02a6fa3c6ce 100644 (file)
@@ -13,7 +13,7 @@ maintainer:          crosser@average.org
 copyright:           2014, Eugene Crosser
 category:            Database
 build-type:          Simple
 copyright:           2014, Eugene Crosser
 category:            Database
 build-type:          Simple
-extra-source-files:  README.md
+extra-source-files:  README.md, SPEC.md
 cabal-version:       >=1.10
 
 executable pdns-pipe-nmc
 cabal-version:       >=1.10
 
 executable pdns-pipe-nmc
@@ -25,21 +25,21 @@ executable pdns-pipe-nmc
                      , NmcTransform
                      , PowerDns
   other-extensions:    OverloadedStrings
                      , NmcTransform
                      , PowerDns
   other-extensions:    OverloadedStrings
-  build-depends:       base >=4.6 && <4.7
-                     , bytestring >=0.10 && <0.11
-                     , text >=0.11 && <0.12
-                     , split >=0.2 && <0.3
-                     , containers >=0.5 && <0.6
-                     , aeson >=0.6 && <0.7
-                     , ConfigFile >=1.1 && <1.2
-                     , MissingH >=1.2 && <1.3
-                     , vector >=0.10 && <0.11
-                     , unordered-containers >=0.2 && <0.3
-                     , data-default-class >=0.0.1 && <1.0
-                     , http-client >=0.3 && <1.0
-                     , http-types >=0.8 && <1.0
-                     , mtl >=2.0 && <3.0
-                     , pretty-show >=1.2 && <2.0
-                     , time >=1.4 && <2.0
+  build-depends:       base
+                     , bytestring
+                     , text
+                     , split
+                     , containers
+                     , aeson
+                     , ConfigFile
+                     , MissingH
+                     , vector
+                     , unordered-containers
+                     , data-default-class >=0.0.1
+                     , http-client >=0.2
+                     , http-types >=0.6
+                     , mtl >=2.0
+                     , pretty-show
+                     , time
   -- hs-source-dirs:      
   default-language:    Haskell98
   -- hs-source-dirs:      
   default-language:    Haskell98