aboutsummaryrefslogtreecommitdiff
path: root/Haskell-book/19/shawty/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Haskell-book/19/shawty/package.yaml')
-rw-r--r--Haskell-book/19/shawty/package.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/Haskell-book/19/shawty/package.yaml b/Haskell-book/19/shawty/package.yaml
new file mode 100644
index 0000000..ea8e1ab
--- /dev/null
+++ b/Haskell-book/19/shawty/package.yaml
@@ -0,0 +1,31 @@
+name: shawty
+version: 0.1.0.0
+homepage: http://github.com
+license: BSD3
+author: Chris Allen
+maintainer: cma@bitemyapp.com
+copyright: 2015, Chris Allen
+build-type: Simple
+
+synopsis: URI shortener
+category: Web
+description: Please see README.md
+
+dependencies:
+- base >= 4.7 && < 5
+- bytestring
+- hedis
+- mtl
+- network-uri
+- random
+- scotty
+- semigroups
+- text
+- transformers
+
+executables:
+ shawty:
+ main: Main.hs
+ source-dirs: app
+ ghc-options:
+ - -threaded