playing with the build system
This commit is contained in:
parent
f1806a4dfb
commit
f14072a882
3 changed files with 8 additions and 8 deletions
0
.gitignore
vendored
Executable file → Normal file
0
.gitignore
vendored
Executable file → Normal file
14
stack.yaml
14
stack.yaml
|
@ -33,7 +33,7 @@ extra-deps:
|
|||
- base16-bytestring-0.1.1.6
|
||||
- base64-bytestring-1.0.0.1
|
||||
- basic-prelude-0.5.0
|
||||
- bifunctors-5.2
|
||||
- bifunctors-5.2.1
|
||||
- blaze-builder-0.4.0.1
|
||||
- blaze-html-0.8.1.1
|
||||
- blaze-markup-0.7.0.3
|
||||
|
@ -96,7 +96,7 @@ extra-deps:
|
|||
- http-conduit-2.1.8
|
||||
- http-date-0.0.6.1
|
||||
- http-types-0.9
|
||||
- imagemagick-0.0.4
|
||||
- imagemagick-0.0.4.1
|
||||
- iproute-1.7.0
|
||||
- kan-extensions-5.0.1
|
||||
- keys-3.11
|
||||
|
@ -106,7 +106,7 @@ extra-deps:
|
|||
- mime-mail-0.4.11
|
||||
- mime-types-0.1.0.6
|
||||
- mmorph-1.0.5
|
||||
- monad-control-1.0.0.2
|
||||
- monad-control-1.0.0.5
|
||||
- monad-logger-0.3.17
|
||||
- monad-loops-0.4.3
|
||||
- monads-tf-0.1.0.2
|
||||
|
@ -140,12 +140,12 @@ extra-deps:
|
|||
- quickcheck-io-0.1.2
|
||||
- random-1.1
|
||||
- resource-pool-0.2.3.2
|
||||
- resourcet-1.1.3.3
|
||||
- resourcet-1.1.7.1
|
||||
- safe-0.3.9
|
||||
- scientific-0.3.4.4
|
||||
- securemem-0.1.9
|
||||
- semigroupoids-5.0.1
|
||||
- semigroups-0.18.0.1
|
||||
- semigroups-0.18.1
|
||||
- setenv-0.1.1.3
|
||||
- shakespeare-2.0.7
|
||||
- silently-1.2.5
|
||||
|
@ -160,7 +160,7 @@ extra-deps:
|
|||
- syb-0.6
|
||||
- system-fileio-0.3.16.3
|
||||
- system-filepath-0.4.13.4
|
||||
- tagged-0.8.2
|
||||
- tagged-0.8.3
|
||||
- tagsoup-0.13.8
|
||||
- tagstream-conduit-0.5.5.3
|
||||
- text-1.2.2.0
|
||||
|
@ -196,7 +196,7 @@ extra-deps:
|
|||
- yaml-0.8.15.3
|
||||
- yesod-1.4.2
|
||||
- yesod-auth-1.4.12
|
||||
- yesod-core-1.4.18.2
|
||||
- yesod-core-1.4.19
|
||||
- yesod-form-1.4.6
|
||||
- yesod-newsfeed-1.5
|
||||
- yesod-persistent-1.4.0.3
|
||||
|
|
|
@ -85,7 +85,7 @@ library
|
|||
, yaml >= 0.8 && < 0.9
|
||||
, http-conduit >= 2.1 && < 2.2
|
||||
, directory >= 1.1 && < 1.3
|
||||
, warp >= 3.0 && < 3.1
|
||||
, warp >= 3.0 && < 4
|
||||
, data-default
|
||||
, aeson >= 0.6 && < 0.11
|
||||
, conduit >= 1.0 && < 2.0
|
||||
|
|
Loading…
Reference in a new issue