Skip to content

Commit

Permalink
pinned TH versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Jul 11, 2016
1 parent 42afbcc commit 362111d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
7 changes: 6 additions & 1 deletion conjure-cp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ Library
, stm
, strict
, syb
, template-haskell
, temporary
, text
, time
Expand All @@ -269,6 +268,12 @@ Library
-- see https://github.com/dreixel/generic-deriving/issues/41
, generic-deriving >= 1.10.6

if impl(ghc == 7.8.*)
build-depends: template-haskell == 2.9.*
if impl(ghc == 7.10.*)
build-depends: template-haskell == 2.10.*
if impl(ghc == 8.0.*)
build-depends: template-haskell == 2.11.*

default-extensions:
FlexibleContexts
Expand Down
2 changes: 1 addition & 1 deletion etc/hs-deps/cabal.config-7.10.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
constraints: QuickCheck ==2.9,
constraints: QuickCheck ==2.9.1,
rts ==1.0,
ghc-prim ==0.4.0.0,
integer-gmp ==1.0.0.0,
Expand Down
3 changes: 1 addition & 2 deletions etc/hs-deps/cabal.config-7.8.4
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ constraints: QuickCheck ==2.9.1,
bytestring ==0.10.4.0,
hashable ==1.2.4.0,
text ==1.2.2.1,
template-haskell ==2.11.0.0,
ghc-boot-th ==8.0.1,
template-haskell ==2.9.0.0,
pretty ==1.1.3.4,
random ==1.1,
time ==1.4.2,
Expand Down
2 changes: 1 addition & 1 deletion etc/hs-deps/cabal.config-8.0.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
constraints: QuickCheck ==2.9,
constraints: QuickCheck ==2.9.1,
ghc-prim ==0.5.0.0,
rts ==1.0,
integer-gmp ==1.0.0.1,
Expand Down

0 comments on commit 362111d

Please sign in to comment.