2022-05-17 00:23:30 +02:00
|
|
|
cabal-version: 2.4
|
|
|
|
-- Initial package description 'based.cabal' generated by 'cabal init'.
|
|
|
|
-- For further documentation, see http://haskell.org/cabal/users-guide/
|
|
|
|
|
|
|
|
name: based
|
2022-09-19 23:11:13 +02:00
|
|
|
version: 0.4.1.0
|
2022-05-17 00:23:30 +02:00
|
|
|
-- synopsis:
|
|
|
|
-- description:
|
|
|
|
-- bug-reports:
|
|
|
|
-- license:
|
|
|
|
license-file: LICENSE
|
|
|
|
-- author:
|
|
|
|
-- maintainer:
|
|
|
|
-- copyright:
|
|
|
|
-- category:
|
|
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
|
|
|
|
library
|
|
|
|
exposed-modules: MyLib
|
|
|
|
-- other-modules:
|
2022-05-22 22:48:44 +02:00
|
|
|
-- other-extensions
|
2022-05-17 00:23:30 +02:00
|
|
|
build-depends: base ^>=4.13.0.0
|
|
|
|
-- hs-source-dirs:
|
|
|
|
default-language: Haskell2010
|
|
|
|
|
|
|
|
executable based
|
|
|
|
main-is: Main.hs
|
|
|
|
other-modules: MyLib
|
|
|
|
-- other-extensions:
|
2022-09-19 23:11:13 +02:00
|
|
|
build-depends: base ^>=4.13.0.0, based, cmdargs, sandi, base62, base91, utf8-string, bytestring, byteslice, either-unwrap, text-show, hxt,haskoin-core, text, bytes, cborg, text-latin1,HTTP
|
2022-05-17 00:23:30 +02:00
|
|
|
-- hs-source-dirs:
|
|
|
|
default-language: Haskell2010
|