-
Notifications
You must be signed in to change notification settings - Fork 0
/
closed.cabal
61 lines (56 loc) · 1.35 KB
/
closed.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
53
54
55
56
57
58
59
60
61
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: closed
version: 0.2.0.2
synopsis: Integers bounded by a closed interval
description: Integers bounded by a closed interval checked at compile time
category: Data
homepage: https://github.com/frontrowed/closed#readme
bug-reports: https://github.com/frontrowed/closed/issues
author: Chris Parks <chris@freckle.com>
maintainer: Freckle Education <engineering@freckle.com>
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.lhs
source-repository head
type: git
location: https://github.com/frontrowed/closed
library
exposed-modules:
Closed
Closed.Internal
other-modules:
Paths_closed
hs-source-dirs:
library
build-depends:
QuickCheck
, aeson
, base >=4.9 && <5
, cassava
, deepseq
, hashable
, persistent
, text
default-language: Haskell2010
test-suite readme
type: exitcode-stdio-1.0
main-is: README.lhs
other-modules:
Paths_closed
ghc-options: -Wall -pgmL markdown-unlit
build-depends:
aeson
, base >=4.9 && <5
, cassava
, closed
, hspec
, markdown-unlit
, persistent
, text
, vector
default-language: Haskell2010