packages feed

mmsyn2-array 0.2.0.0 → 0.2.1.0

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basedep ~ghc-prim

Dependency ranges changed: base, ghc-prim

Files

CHANGELOG.md view
@@ -24,3 +24,7 @@  * Second version. Added the module Case.Hashable.Cuckoo variant based on the Hashtable (cuckoo hash) usage.  Added the respective dependency. ++## 0.2.1.0 -- 2021-10-30++* Second version revised A. Discontinued the base < 4.9 versions. 
mmsyn2-array.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn2-array-version:             0.2.0.0+version:             0.2.1.0 synopsis:            A library that can be used for multiple Ord a => a -> b transformations. description:         A library that can be used as a @case ... of@ construction replacement for various cases. Since the 0.2.0.0 version also uses the cuckoo hashtables in the respective module. homepage:            https://hackage.haskell.org/package/mmsyn2-array@@ -21,6 +21,6 @@   -- other-modules:   other-extensions:    UnboxedTuples, BangPatterns, FlexibleContexts, MagicHash   ghc-options:         -funbox-strict-fields-  build-depends:       base >=4.8 && <5, hashtables >=1.2.3 && <2, hashable >= 1.2.7 && <2, ghc-prim >=0.4 && <1+  build-depends:       base >=4.9 && <5, hashtables >=1.2.3 && <2, hashable >= 1.2.7 && <2, ghc-prim >=0.5 && <1   -- hs-source-dirs:   default-language:    Haskell2010