Remove regex-tdfa-text to allow building in GHC 7.10

Fixes #212
This commit is contained in:
Joe Nelson
2015-07-01 21:55:35 -07:00
parent 25492a089b
commit 6604293ac1
4 changed files with 9 additions and 11 deletions
-3
View File
@@ -41,7 +41,6 @@ executable postgrest
, containers, unordered-containers
, optparse-applicative == 0.11.*
, regex-base, regex-tdfa
, regex-tdfa-text
, Ranged-sets
, transformers, MissingH
, bcrypt >= 0.0.6, base64-string
@@ -77,7 +76,6 @@ library
, containers, unordered-containers
, optparse-applicative
, regex-base, regex-tdfa
, regex-tdfa-text
, Ranged-sets
, transformers, MissingH
, bcrypt, base64-string
@@ -136,7 +134,6 @@ Test-Suite spec
, regex-base
, string-conversions
, http-media, regex-tdfa
, regex-tdfa-text
, Ranged-sets
, transformers, MissingH, split
, bcrypt, base64-string