Skip to content

Commit

Permalink
Require trifecta 1.5.1.3. (Pass -f-ekg to work around #17)
Browse files Browse the repository at this point in the history
  • Loading branch information
S11001001 committed Feb 20, 2015
1 parent 71ee6b3 commit 8960434
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ermine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ source-repository head
type: git
location: git://github.com/ekmett/ermine.git

-- TODO we can't use if to disable this by default on windows due to
-- https://github.com/haskell/cabal/issues/2429
flag ekg
manual: True
default: True
Expand Down Expand Up @@ -188,8 +190,6 @@ library
base >= 4,
bifunctors >= 4.1.1,
binary >= 0.7.1,
-- TODO remove blaze-builder when trifecta >=1.5.2
blaze-markup < 0.6.3,
bound >= 1.0.3,
bytes >= 0.11,
bytestring >= 0.10,
Expand Down Expand Up @@ -225,7 +225,7 @@ library
time >= 1.4,
transformers >= 0.3,
transformers-compat >= 0.4,
trifecta >= 1.4.1,
trifecta >= 1.5.1.3,
unordered-containers >= 0.2.3,
utf8-string >= 0.3.7,
vector >= 0.10,
Expand Down

0 comments on commit 8960434

Please sign in to comment.