packages feed

hash-tree 0.0.0 → 0.0.1

raw patch · 2 files changed

+4/−5 lines, 2 filesdep +cryptondep −cryptonitesetup-changedPVP ok

version bump matches the API change (PVP)

Dependencies added: crypton

Dependencies removed: cryptonite

API changes (from Hackage documentation)

Files

− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
hash-tree.cabal view
@@ -1,5 +1,5 @@ Name:                   hash-tree-Version:                0.0.0+Version:                0.0.1 Author:                 Kazu Yamamoto <kazu@iij.ad.jp> Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp> License:                BSD3@@ -20,7 +20,7 @@   Build-Depends:        base >= 4 && < 5                       , bytestring                       , containers-                      , cryptonite+                      , crypton                       , memory  Test-Suite spec@@ -30,13 +30,14 @@   Ghc-Options:          -Wall   Main-Is:              Spec.hs   Other-Modules:        HashTreeSpec+                        Data.HashTree                         Data.HashTree.Internal   Build-Depends:        base >= 4 && < 5                       , QuickCheck                       , bytestring                       , base64-bytestring                       , containers-                      , cryptonite+                      , crypton                       , hspec                       , memory