-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexpiring-containers.cabal
52 lines (49 loc) · 2.57 KB
/
expiring-containers.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: expiring-containers
version: 0.3
synopsis: Expiring containers
category: Time, Containers
homepage: https://github.com/metrix-ai/expiring-containers
bug-reports: https://github.com/metrix-ai/expiring-containers/issues
author: Oleg Shevchenko <[email protected]>
maintainer: Metrix.AI Ninjas <[email protected]>
copyright: (c) 2018, Metrix.AI
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >=1.24
source-repository head
type: git
location: https://github.com/metrix-ai/expiring-containers.git
library
hs-source-dirs: library
default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples, StrictData
ghc-options: -funbox-strict-fields
default-language: Haskell2010
exposed-modules:
ExpiringContainers.ExpiringMap
ExpiringContainers.ExpiringSet
other-modules:
build-depends:
base >=4.7 && <5,
containers >=0.5.10 && <0.5.15,
hashable >=1.2 && <2,
int-multimap >=0.3.1 && <0.4,
time >=1.8 && <2,
timestamp >=0.2 && <0.3,
unordered-containers >=0.2.8.0 && <0.3
test-suite test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
default-language: Haskell2010
build-depends:
expiring-containers,
int-multimap >=0.3.1 && <0.4,
QuickCheck >=2.8.1 && <3,
quickcheck-instances >=0.3.11 && <0.4,
rerebase <2,
tasty >=0.12 && <2,
tasty-hunit >=0.9 && <0.11,
tasty-quickcheck >=0.9 && <0.11,
timestamp >=0.2 && <0.3