-
Notifications
You must be signed in to change notification settings - Fork 2
/
hsl.cabal
29 lines (27 loc) · 971 Bytes
/
hsl.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
-- Initial hsl.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: hsl
version: 0.1.0.0
synopsis: Haskell command line processor
-- description:
homepage: https://github.com/ssadler/hsl
license: BSD3
license-file: LICENSE
author: Scott Sadler
maintainer: [email protected]
-- copyright:
category: Data
build-type: Simple
cabal-version: >=1.8
executable hsl
-- main-is:
-- other-modules:
build-depends: base ==4.6.*,
bytestring ==0.10.*,
attoparsec ==0.10.*,
unordered-containers ==0.2.*,
vector ==0.10.*,
text ==0.11.*,
aeson ==0.6.*,
containers ==0.5.*
hs-source-dirs: src