-- Initial mmsyn2-array.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn2-array version: 0.1.0.1 synopsis: A library with less dependencies that can be used for multiple Ord a => a -> b transformations. description: A library that can be used as a @case ... of@ constuction analogue for the multiple @Ord a => a -> b@ transformations and data representation. Uses "GHC.Arr" internally. If you use the module in GHCi, then, please, run the interpreter with the flag -fobject-code. 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 build-depends: base >=4.7 && <4.15 -- hs-source-dirs: default-language: Haskell2010