aboutsummaryrefslogtreecommitdiff
path: root/sharedCost.cabal
diff options
context:
space:
mode:
authorJoris2016-01-08 00:28:36 +0100
committerJoris2016-01-08 00:28:36 +0100
commit2bc7a4e004d5b57933672fa9d440469367d28c93 (patch)
tree49278daf1fdee8cbe9881e05ff4579fee4abf524 /sharedCost.cabal
parent6b090b3bdef7108d51d93207e28b148c121767aa (diff)
downloadbudget-2bc7a4e004d5b57933672fa9d440469367d28c93.tar.gz
budget-2bc7a4e004d5b57933672fa9d440469367d28c93.tar.bz2
budget-2bc7a4e004d5b57933672fa9d440469367d28c93.zip
Nix package manager instructions
Diffstat (limited to 'sharedCost.cabal')
-rw-r--r--sharedCost.cabal41
1 files changed, 0 insertions, 41 deletions
diff --git a/sharedCost.cabal b/sharedCost.cabal
deleted file mode 100644
index 3303568..0000000
--- a/sharedCost.cabal
+++ /dev/null
@@ -1,41 +0,0 @@
-name: SharedCost
-version: 0.0.1
-homepage: https://github.com/guyonvarch/sharedCost
-author: Joris Guyonvarch
-category: Web
-build-type: Simple
-cabal-version: >= 1.8
-
-executable sharedCost
- main-is: Main.hs
- hs-source-dirs: src/server
- ghc-options: -Wall -fwarn-incomplete-uni-patterns
- build-depends: base
- , scotty
- , wai
- , wai-middleware-static
- , http-types
- , http-conduit
- , time
- , text
- , bytestring
- , persistent
- , persistent-sqlite
- , persistent-template
- , esqueleto
- , monad-logger
- , resourcet
- , transformers
- , blaze-html
- , clay
- , aeson
- , scotty-cookie
- , clientsession
- , uuid
- , mime-mail
- , ConfigFile
- , mtl
- , lens
- , parsec
- , unordered-containers
- , containers