Skip to content

Commit

Permalink
template-haskell 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Sep 28, 2010
1 parent 2f8cff3 commit 8c128a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion Database/Persist/Quasi.hs
Expand Up @@ -12,7 +12,6 @@ import Text.ParserCombinators.Parsec hiding (token)
persist :: QuasiQuoter
persist = QuasiQuoter
{ quoteExp = lift . parse_
, quotePat = error "Cannot quasi-quote a Persist pattern."
}

parse_ :: String -> [EntityDef]
Expand Down
8 changes: 4 additions & 4 deletions persistent.cabal
@@ -1,5 +1,5 @@
name: persistent
version: 0.2.2.1
version: 0.2.2.2
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
Expand All @@ -14,16 +14,16 @@ homepage: http://docs.yesodweb.com/persistent/

library
build-depends: base >= 4 && < 5,
template-haskell >= 2.4 && < 2.5,
template-haskell >= 2.4 && < 2.6,
bytestring >= 0.9.1 && < 0.10,
MonadCatchIO-transformers >= 0.2.2 && < 0.3,
transformers >= 0.2.1 && < 0.3,
time >= 1.1.4 && < 1.3,
utf8-string >= 0.3.4 && < 0.4,
text >= 0.7.1 && < 0.9,
text >= 0.7.1 && < 0.10,
hamlet >= 0.5 && < 0.6,
web-routes-quasi >= 0.6.0 && < 0.7,
containers >= 0.2 && < 0.4,
containers >= 0.2 && < 0.5,
parsec >= 2.1 && < 4,
enumerator >= 0.4 && < 0.5,
stm >= 2.1 && < 2.2
Expand Down

0 comments on commit 8c128a5

Please sign in to comment.