-
Notifications
You must be signed in to change notification settings - Fork 3
/
sidan-plutus-server.cabal
37 lines (35 loc) · 1.39 KB
/
sidan-plutus-server.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
cabal-version: 2.4
name: sidan-plutus-server
version: 0.1.0.0
synopsis: This is the library for automation of creating haskell server endpoints returning dynamica plutus script cborhex.
description:
bug-reports: https://github.com/SIDANWhatever/plutus-cborhex-automation/issues
license: MIT
author: SIDANWhatever, alexeusgr
maintainer: [email protected], [email protected]
extra-source-files:
CHANGELOG.md
README.md
common common-all
default-language: Haskell2010
default-extensions: GADTs
, TypeApplications
, OverloadedStrings
ghc-options: -Wall -fobject-code -fno-ignore-interface-pragmas -fno-omit-interface-pragmas -fno-strictness -fno-spec-constr -fno-specialise
library
import: common-all
exposed-modules: SIDANPlutusServer
, SIDANDefaultOrphans
, SIDANInstances
hs-source-dirs: src
build-depends: aeson
, bytestring
, cardano-api
, cardano-ledger-core
, plutus-ledger
, plutus-ledger-api
, serialise
, text
, Spock
, hvect ^>= 0.4.0.1
, base ^>=4.14.1.0