hashtables 1.0.1.1 → 1.0.1.2
raw patch · 2 files changed
+2/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hashtables.cabal +1/−1
- test/hashtables-test.cabal +1/−5
hashtables.cabal view
@@ -1,5 +1,5 @@ Name: hashtables-Version: 1.0.1.1+Version: 1.0.1.2 Synopsis: Mutable hash tables in the ST monad Homepage: http://github.com/gregorycollins/hashtables License: BSD3
test/hashtables-test.cabal view
@@ -48,9 +48,7 @@ if flag(portable) cpp-options: -DNO_C_SEARCH -DPORTABLE- else- build-depends: unix >= 2.3 && <3- + if !flag(portable) && flag(unsafe-tricks) && impl(ghc) cpp-options: -DUNSAFETRICKS build-depends: ghc-prim@@ -97,8 +95,6 @@ if flag(portable) cpp-options: -DNO_C_SEARCH -DPORTABLE- else- build-depends: unix >= 2.3 && <3 if !flag(portable) && flag(unsafe-tricks) && impl(ghc) cpp-options: -DUNSAFETRICKS