33 lines
863 B
Plaintext
33 lines
863 B
Plaintext
|
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
|
||
|
version: 0.1.0.0
|
||
|
-- synopsis:
|
||
|
-- description:
|
||
|
-- bug-reports:
|
||
|
-- license:
|
||
|
license-file: LICENSE
|
||
|
-- author:
|
||
|
-- maintainer:
|
||
|
-- copyright:
|
||
|
-- category:
|
||
|
extra-source-files: CHANGELOG.md
|
||
|
|
||
|
library
|
||
|
exposed-modules: MyLib
|
||
|
-- other-modules:
|
||
|
-- other-extensions:
|
||
|
build-depends: base ^>=4.13.0.0
|
||
|
-- hs-source-dirs:
|
||
|
default-language: Haskell2010
|
||
|
|
||
|
executable based
|
||
|
main-is: Main.hs
|
||
|
other-modules: MyLib
|
||
|
-- other-extensions:
|
||
|
build-depends: base ^>=4.13.0.0, based, cmdargs, sandi, base62, base91, utf8-string, bytestring, byteslice, either-unwrap
|
||
|
-- hs-source-dirs:
|
||
|
default-language: Haskell2010
|