63 lines
1.1 KiB
Plaintext
63 lines
1.1 KiB
Plaintext
cabal-version: 2.4
|
|
name: based
|
|
version: 0.4.2.0
|
|
license-file: LICENSE
|
|
extra-source-files: CHANGELOG.md
|
|
author: Stefan Friese
|
|
|
|
library
|
|
hs-source-dirs: src
|
|
exposed-modules:
|
|
Encoding.Base2
|
|
Encoding.Base8
|
|
Encoding.Base10
|
|
Encoding.Base16
|
|
Encoding.Base64
|
|
Encoding.Base91
|
|
other-modules:
|
|
-- Data.Bytes.Text.Ascii
|
|
build-depends:
|
|
-- base ^>= 4.13.0.0,
|
|
base,
|
|
-- byteslice == 0.2.6.0,
|
|
sandi,
|
|
base91,
|
|
utf8-string,
|
|
byteslice,
|
|
bytestring,
|
|
hxt,
|
|
text,
|
|
base64-bytestring
|
|
-- hs-source-dirs:
|
|
default-language: Haskell2010
|
|
|
|
executable based
|
|
hs-source-dirs: app
|
|
main-is: Main.hs
|
|
-- other-modules: MyLib
|
|
build-depends:
|
|
-- base ^>= 4.13.0.0,
|
|
base,
|
|
based,
|
|
cmdargs,
|
|
sandi,
|
|
base62,
|
|
base91,
|
|
utf8-string,
|
|
bytestring,
|
|
-- byteslice == 0.2.6.0,
|
|
byteslice,
|
|
either-unwrap,
|
|
text-show,
|
|
hxt,
|
|
haskoin-core,
|
|
text,
|
|
bytes,
|
|
cborg,
|
|
text-latin1,
|
|
HTTP,
|
|
base64-bytestring,
|
|
regex-tdfa
|
|
-- hs-source-dirs:
|
|
default-language: Haskell2010
|