-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexistentialist.cabal
More file actions
24 lines (22 loc) · 995 Bytes
/
Copy pathexistentialist.cabal
File metadata and controls
24 lines (22 loc) · 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-- Initial existentialist.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: existentialist
version: 0.1.0.0
synopsis: A package for working with heterogenous lists using existential types
-- description:
license: BSD3
license-file: LICENSE
author: David Young
maintainer: roboguy06@gmail.com
-- copyright:
category: Data
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Data.Existentialist
-- other-modules:
other-extensions: RankNTypes, ExistentialQuantification, BangPatterns, PatternSynonyms, TypeOperators, TypeFamilies, PolyKinds, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, GADTs, PartialTypeSignatures, NamedWildCards
build-depends: base >=4.8 && <4.9
hs-source-dirs: src
default-language: Haskell2010