based/based.cabal

47 lines
857 B
Plaintext
Raw Normal View History

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