-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpc-bytes.cabal
42 lines (37 loc) · 1.09 KB
/
pc-bytes.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
Name: pc-bytes
Version: 2015.4.0
Synopsis: Byte Array abstractions and utility
description: simple ByteArray, ByteArrayL, and some parsers
Homepage: https://github.com/alephcloud/hs-pc-bytes
License: Apache-2.0
License-file: LICENSE
Author: PivotCloud
Maintainer: vhanquez@pivotmail.com
Copyright: 2013-2015 PivotCloud, Inc
Category: Binary
Build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: git@github.com:alephcloud/hs-pc-bytes.git
Library
exposed-modules:
PC.Bytes
PC.Bytes.ByteArray
PC.Bytes.ByteArrayL
PC.Bytes.Codec
PC.Bytes.Utils
PC.Bytes.Random
build-depends:
integer-gmp,
base >= 4.7 && < 5.0,
bytestring >= 0.10.0.2,
byteable >= 0.1.1,
deepseq >= 1.3,
text,
base64-bytestring >= 1.0.0.1,
base16-bytestring >= 0.1.1.5,
transformers >= 0.3.0.0,
crypto-random >= 0.0.7
default-language: Haskell2010
ghc-options: -Wall -fwarn-tabs