-- Initial mmsyn2-array.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn2-array version: 0.3.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. Since the 0.3.0.0 version the hashing functionality moved to the separate package mmsyn2-hashable. 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 -- other-modules: other-extensions: UnboxedTuples, BangPatterns, FlexibleContexts, MagicHash ghc-options: -funbox-strict-fields build-depends: base >=4.7 && <5 -- hs-source-dirs: default-language: Haskell2010