packages feed

saltine 0.0.0.3 → 0.0.0.4

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~base

Dependency ranges changed: base

Files

saltine.cabal view
@@ -1,5 +1,5 @@ name:                saltine-version:             0.0.0.3+version:             0.0.0.4 synopsis:            Cryptography that's easy to digest (NaCl/libsodium bindings). description: @@ -27,7 +27,7 @@ category:            Cryptography build-type:          Simple cabal-version:       >=1.10-tested-with:         GHC==7.6.3+tested-with:         GHC==7.6.3, GHC==7.8.4, GHC==7.10.1  source-repository head   type: git@@ -53,11 +53,11 @@   cc-options:         -Wall   ghc-options:        -Wall -funbox-strict-fields   default-language:   Haskell2010-  build-depends:       -    base >= 4.5 && < 4.8,+  build-depends:+    base >= 4.5 && < 5,     bytestring,     profunctors-    + test-suite tests   type:    exitcode-stdio-1.0   main-is: Main.hs@@ -74,7 +74,7 @@   hs-source-dirs: tests   default-language: Haskell2010   build-depends:-    base >= 4.5 && < 4.8,+    base >= 4.5 && < 5,     saltine,     bytestring,     vector,