-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmmsyn2-array.cabal
25 lines (23 loc) · 1.18 KB
/
mmsyn2-array.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
-- Initial mmsyn2-array.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: mmsyn2-array
version: 0.1.1.0
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