-- Initial mmsyn2-hashable.cabal file. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn2-hashable version: 0.1.0.0 synopsis: A library that can be used for multiple Hashable a => a -> b transformations. description: A library that can be used as a @case ... of@ construction replacement for various cases. Forked from the mmsyn2-array-0.2.2.0. homepage: https://hackage.haskell.org/package/mmsyn2-hashable 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: Case.Hashable.Cuckoo -- other-modules: other-extensions: UnboxedTuples, MagicHash ghc-options: -funbox-strict-fields 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