This commit is contained in:
Jon Doe
2020-09-12 14:29:30 +02:00
committed by Maciej Bonin
parent dbfc755870
commit 93fef0c8be
3 changed files with 718 additions and 32 deletions

View File

@ -2,13 +2,13 @@ name: GypsFulvus
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/githubuser/GypsFulvus#readme
license: BSD3
homepage: https://bitbucket.org/hastur666/gypsfulvus/src/master/
license: AGPL-3
license-file: LICENSE
author: Author name here
maintainer: example@example.com
copyright: 2020 Author name here
category: Web
author: no
maintainer: no
copyright: 2020 confidential
category: Network
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
@ -17,4 +17,11 @@ executable GypsFulvus
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
build-depends: base >= 4.7 && < 5,
stm,
containers,
text
ghc-options:
-O2
-threaded
-with-rtsopts=-N