-- Initial mmsyn2-array.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn2-array version: 0.2.0.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 license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com copyright: Oleksandr Zhabenko category: Development, Data, Language build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10 library exposed-modules: CaseBi.Arr, Case.Hashable.Cuckoo -- 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 -- hs-source-dirs: default-language: Haskell2010