Skip to content

Commit

Permalink
Tighten bounds on shakespear-css,js,txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo Hamalainen committed Feb 26, 2014
1 parent f9abebd commit 574c80d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions blog/blog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ library
, persistent-template >= 1.1.1 && < 1.2
, template-haskell
, hamlet >= 1.1 && < 1.2
, shakespeare-css >= 1.0 && < 1.1
, shakespeare-js >= 1.0.2 && < 1.2
, shakespeare-text >= 1.0 && < 1.1
, shakespeare-css >= 1.0.5.1 && <= 1.0.5.1
, shakespeare-js >= 1.1.4.1 && <= 1.1.4.1
, shakespeare-text >= 1.0.0.10 && <= 1.0.0.10
, hjsmin >= 0.1.4.1 && <= 0.1.4.1
, monad-control >= 0.3 && < 0.4
, wai-extra >= 1.3.4.2 && <= 1.3.4.2
Expand Down Expand Up @@ -90,6 +90,7 @@ library
, unix-time >= 0.1.9 && <= 0.1.9
, hjsmin >= 0.1.4.1 && <= 0.1.4.1
, language-javascript >= 0.5.7 && <= 0.5.7
, yesod-persistent >= 1.1.0.1 && <= 1.1.0.1

executable blog
if flag(library-only)
Expand Down

0 comments on commit 574c80d

Please sign in to comment.