-
Notifications
You must be signed in to change notification settings - Fork 0
/
plc-utils.cabal
44 lines (40 loc) · 1.01 KB
/
plc-utils.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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: plc-utils
version: 0.1.0.0
homepage: https://github.com/HachiSecurity/plc-utils#readme
bug-reports: https://github.com/HachiSecurity/plc-utils/issues
author: Michael B. Gale
maintainer: [email protected]
license: MIT
license-file: LICENSE
build-type: Simple
source-repository head
type: git
location: https://github.com/HachiSecurity/plc-utils
library
exposed-modules:
PlutusCore.TermF
PlutusCore.Test
PlutusCore.Test.Constant
PlutusCore.Test.UPLC
PlutusCore.Util
other-modules:
Paths_plc_utils
hs-source-dirs:
src
default-extensions:
ImportQualifiedPost
ghc-options: -Wall -Werror=missing-fields -Werror=missing-methods
build-depends:
base
, bytestring
, data-fix
, flat
, mtl
, plutus-core
, some
, text
default-language: Haskell2010