based/based.cabal

43 lines
795 B
Plaintext

cabal-version: 2.4
name: based
version: 0.4.2.0
license-file: LICENSE
extra-source-files: CHANGELOG.md
author: Stefan Friese
library
exposed-modules:
MyLib
other-modules:
-- Data.Bytes.Text.Ascii
build-depends:
base ^>= 4.13.0.0,
byteslice == 0.2.6.0,
-- hs-source-dirs:
default-language: Haskell2010
executable based
main-is: Main.hs
other-modules: MyLib
build-depends:
base ^>= 4.13.0.0,
cmdargs,
sandi,
base62,
base91,
utf8-string,
bytestring,
byteslice == 0.2.6.0,
either-unwrap,
text-show,
hxt,
haskoin-core,
text,
bytes,
cborg,
text-latin1,
HTTP,
base64-bytestring
-- hs-source-dirs:
default-language: Haskell2010