skeleton
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user