Skip to content

Commit

Permalink
Use Stackage LTS 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ehamberg committed Apr 20, 2015
1 parent 7d1d363 commit 5ca97e8
Show file tree
Hide file tree
Showing 2 changed files with 1,080 additions and 17 deletions.
34 changes: 17 additions & 17 deletions 9m.cabal
Expand Up @@ -16,21 +16,21 @@ executable 9m
default-language: Haskell2010
ghc-options: -O2 -Wall
build-depends: base
, aeson >= 0.7 && < 0.8
, blaze-html >= 0.7 && < 0.8
, blaze-markup >= 0.6 && < 0.7
, bytestring >= 0.10 && < 0.11
, containers >= 0.5 && < 0.6
, http-types >= 0.8 && < 0.9
, monad-logger >= 0.3 && < 0.4
, mtl >= 2.1 && < 2.2
, persistent >= 2.0 && < 2.2
, persistent-sqlite >= 2.0 && < 2.2
, persistent-template >= 2.0 && < 2.2
, random >= 1.0 && < 1.1
, aeson
, blaze-html
, blaze-markup
, bytestring
, containers
, http-types
, monad-logger
, mtl
, persistent
, persistent-sqlite
, persistent-template
, random
, resourcet
, scotty >= 0.7 && < 0.8
, shakespeare >= 2.0 && < 2.1
, text >= 1.1 && < 1.2
, time >= 1.4 && < 1.5
, transformers >= 0.3 && < 0.4
, scotty
, shakespeare
, text
, time
, transformers

0 comments on commit 5ca97e8

Please sign in to comment.