-
Notifications
You must be signed in to change notification settings - Fork 0
/
g60-demo.cabal
41 lines (37 loc) · 953 Bytes
/
g60-demo.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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: f69e27a9dfc0136ffdd9cd7d1a42cc468c399e51462c2ace2b70e60b7490d32a
name: g60-demo
version: 0.1.1
synopsis: G60 encoding.
category: Codec
author: Galen Huntington <[email protected]>
maintainer: Galen Huntington <[email protected]>
license: MIT
build-type: Simple
library
other-modules:
Paths_g60_demo
hs-source-dirs:
./
build-depends:
base >=4.9 && <5
, bytestring >=0.10 && <0.12
, split ==0.2.*
, vector >=0.12 && <0.14
default-language: Haskell2010
executable demo
main-is: demo.hs
other-modules:
Paths_g60_demo
hs-source-dirs:
./
build-depends:
base >=4.9 && <5
, bytestring >=0.10 && <0.12
, split ==0.2.*
, vector >=0.12 && <0.14
default-language: Haskell2010