-
Notifications
You must be signed in to change notification settings - Fork 0
/
treehash.cabal
56 lines (51 loc) · 1.11 KB
/
treehash.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
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: treehash
version: 0.1.1.0
synopsis: Hash functions specialized for trees
homepage: https://github.com/imuli/sorska#readme
bug-reports: https://github.com/imuli/sorska/issues
maintainer: Imuli <[email protected]>
license: NONE
build-type: Simple
source-repository head
type: git
location: https://github.com/imuli/sorska
library
exposed-modules:
Data.Treehash
Data.Treehash.Blake2s1
Data.Treehash.Treehash
other-modules:
Paths_treehash
hs-source-dirs:
./
ghc-options: -Wall
build-depends:
base
, bases
, bytestring
, cereal
, flat
, hashable
default-language: Haskell2010
test-suite blake2s1
type: exitcode-stdio-1.0
main-is: Blake2s1.hs
other-modules:
Paths_treehash
hs-source-dirs:
test
ghc-options: -Wall
build-depends:
base
, bases
, bytestring
, cereal
, flat
, hashable
, text
, treehash
default-language: Haskell2010