This repository was archived by the owner on May 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsegmentio.cabal
More file actions
42 lines (40 loc) · 1.49 KB
/
segmentio.cabal
File metadata and controls
42 lines (40 loc) · 1.49 KB
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
-- Initial segmentio.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: segmentio
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: Edward George
maintainer: edwardgeorge@gmail.com
-- copyright:
category: Network
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Network.Segment
Network.Segment.Reified
Network.Segment.Types
Network.Segment.Context
other-modules: Network.Segment.Internal.Aeson
Network.Segment.Internal.Defaults
-- other-extensions:
build-depends: base >=4.8 && <4.11,
aeson >= 1.0,
bytestring >=0.10.6.0,
constraints >=0.8,
containers >=0.5.6.2,
lens >=4.13,
lens-aeson >=1.0.0.5,
mtl >=2.2.1,
singletons >=2.0.1,
text >=1.2.2.1,
thyme >=0.3.5.5,
unordered-containers >=0.2.7.1,
vinyl >=0.5.2,
wreq >=0.4.1.0
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -optc-Os -O2