summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2020-12-29 18:11:29 -0500
committercyfraeviolae <cyfraeviolae>2020-12-31 21:08:39 -0500
commitc145b805ab31ef19f4d5bd8f9a7d82c3a136e0e6 (patch)
tree2bf045c3cb5182320469354c9904447e22e57a10 /package.yaml
init
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml60
1 files changed, 60 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
new file mode 100644
index 0000000..74db047
--- /dev/null
+++ b/package.yaml
@@ -0,0 +1,60 @@
+name: antiquitysort
+version: 0.1.0.0
+license: AGPL
+author: "cyfraeviolae"
+maintainer: "cyfraeviolae"
+copyright: "2020 cyfraeviolae.org"
+
+extra-source-files:
+- README.md
+
+# Metadata used when publishing your package
+# synopsis: Short description of your package
+# category: Web
+
+# To avoid duplicated efforts in documentation and dealing with the
+# complications of embedding Haddock markup inside cabal files, it is
+# common to point users to the README.md file.
+description: Please see the README on GitHub at <https://github.com/githubuser/antiquitysort#readme>
+
+dependencies:
+- base >= 4.7 && < 5
+- aeson
+- servant-server
+- wai
+- warp
+- containers
+- string-conversions
+- text
+- lucid
+- safe-exceptions
+- http-api-data
+- servant-lucid
+- random
+- tomland
+- mtl
+- hex-text
+- binary
+- either
+- bytestring
+- array
+- split
+- sort
+
+library:
+ source-dirs: src
+ ghc-options:
+ - -Wall
+ - -fwarn-incomplete-uni-patterns
+
+executables:
+ antiquitysort-exe:
+ main: Main.hs
+ source-dirs: app
+ ghc-options:
+ - -threaded
+ - -rtsopts
+ - -with-rtsopts=-N
+ dependencies:
+ - base
+ - antiquitysort