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, base, -- byteslice == 0.2.6.0, byteslice, -- hs-source-dirs: default-language: Haskell2010 executable based main-is: Main.hs other-modules: MyLib build-depends: -- base ^>= 4.13.0.0, base, 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 -- hs-source-dirs: default-language: Haskell2010