Skip to content

Commit

Permalink
Add versions to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ahushh committed Aug 16, 2013
1 parent 93de910 commit d6b297e
Showing 1 changed file with 27 additions and 51 deletions.
78 changes: 27 additions & 51 deletions Monaba.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ library
, persistent >= 1.2 && < 1.3
, persistent-mysql >= 1.2 && < 1.3
, persistent-template >= 1.2 && < 1.3
, template-haskell
, template-haskell
, hamlet >= 1.1 && < 1.2
, shakespeare-css >= 1.0 && < 1.1
, shakespeare-js >= 1.0.2 && < 1.2
Expand All @@ -88,31 +88,31 @@ library
, conduit >= 1.0
, monad-logger >= 0.3
, fast-logger >= 0.3
, time
, filepath
, wai
, unix-time
, unix
, nano-md5
, process
, gd
, blaze-markup
, old-locale
, persistent
, yesod-persistent
, blaze-html
, MissingH
, utf8-string
, array
, split
, random
, esqueleto
, containers
, http-types
, yesod-routes
, hs-GeoIP
, tagsoup
, parsec
, time >= 1.4 && < 1.5
, filepath >= 1.3 && < 1.4
, wai >= 1.4 && < 1.5
, unix-time >= 0.2 && < 0.3
, unix >= 2.6 && < 2.7
, nano-md5 >= 0.1.2 && < 0.2.0
, process >= 1.1.0 && < 1.2.0
, gd >= 3000.7.3 && < 3000.8
, blaze-markup >= 0.5.1.5 && < 0.6
, old-locale >= 1.0.0.5 && < 1.0.0.6
, persistent >= 1.2.3.0 && < 1.2.4.0
, yesod-persistent >= 1.2.1 && < 1.3.0
, blaze-html >= 0.6.1.1 && < 0.7
, MissingH >= 1.2.0.1 && < 1.3
, utf8-string >= 0.3.7 && < 0.4
, array >= 0.4.0.1 && < 0.4.1.0
, split >= 0.2.2 && < 0.3.0
, random >= 1.0.1.1 && < 1.1
, esqueleto >= 1.3.2 && < 1.4
, containers >= 0.5.0.0 && < 0.5.3.0
, http-types >= 0.8.0 && < 0.9.9
, yesod-routes >= 1.2.0.1 && < 1.3.0.0
, hs-GeoIP >= 0.3 && < 0.4
, tagsoup >= 0.13 && < 0.14
, parsec >= 3.1.3 && < 3.2.0

executable Monaba
if flag(library-only)
Expand All @@ -123,31 +123,7 @@ executable Monaba
build-depends: base
, Monaba
, yesod
, time
, filepath
, wai
, unix-time
, unix
, nano-md5
, process
, gd
, blaze-markup
, old-locale
, persistent
, yesod-persistent
, blaze-html
, MissingH
, utf8-string
, array
, split
, random
, esqueleto
, containers
, http-types
, yesod-routes
, hs-GeoIP
, tagsoup
, parsec


ghc-options: -threaded -O2

Expand Down

0 comments on commit d6b297e

Please sign in to comment.