aboutsummaryrefslogtreecommitdiff
path: root/Haskell-book/19/shawty/package.yaml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-12-11 10:28:11 +0100
committerEugen Wissner <belka@caraus.de>2025-12-11 10:28:11 +0100
commit98329e0a3dd4f78b5d815ac3896272ec70904901 (patch)
tree80f9c56cfe2ac20232358f236d32e84bd683be1b /Haskell-book/19/shawty/package.yaml
parent3624c712d72d246f21d4e710cec7c11e052e0326 (diff)
downloadbook-exercises-98329e0a3dd4f78b5d815ac3896272ec70904901.tar.gz
Add remaining haskell book exercises
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