This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcardano-sl-binary.cabal
83 lines (75 loc) · 2.66 KB
/
cardano-sl-binary.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
name: cardano-sl-binary
version: 1.1.1
synopsis: Cardano SL - binary serialization
description: This package defines a type class for binary serialization,
helpers and instances.
license: MIT
license-file: LICENSE
author: Serokell
maintainer: [email protected]
copyright: 2016 IOHK
category: Currency
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
exposed-modules:
Pos.Binary.Class
Test.Pos.Cbor.Canonicity
Test.Pos.Cbor.RefImpl
other-modules:
Pos.Binary.Class.Core
Pos.Binary.Class.Primitive
Pos.Binary.Class.TH
build-depends: QuickCheck
, base
, binary
, bytestring
, cborg
, containers
, digest
, formatting
, half
, hashable
, lens
, mtl
, safe-exceptions
, serokell-util
, tagged
, template-haskell
, text
, th-utilities
, time-units
, transformers
, universum
, unordered-containers
, vector
default-language: Haskell2010
default-extensions: DeriveDataTypeable
DeriveGeneric
GeneralizedNewtypeDeriving
StandaloneDeriving
FlexibleContexts
FlexibleInstances
MultiParamTypeClasses
FunctionalDependencies
DefaultSignatures
NoImplicitPrelude
OverloadedStrings
RecordWildCards
TypeApplications
TupleSections
ViewPatterns
LambdaCase
MultiWayIf
ConstraintKinds
UndecidableInstances
BangPatterns
TemplateHaskell
ScopedTypeVariables
MonadFailDesugaring
ghc-options: -Wall
-fno-warn-orphans
-O2
build-tools: cpphs >= 1.19
ghc-options: -pgmP cpphs -optP --cpp