set an upper bound on megaparsec

This commit is contained in:
Simon Michael 2016-10-26 13:29:59 -07:00
parent 2752b0e98c
commit ee2ced7f65
6 changed files with 8 additions and 8 deletions

View File

@ -68,7 +68,7 @@ library
, deepseq
, directory
, filepath
, megaparsec >=5
, megaparsec >=5 && < 5.1
, mtl
, mtl-compat
, old-time
@ -158,7 +158,7 @@ test-suite doctests
, deepseq
, directory
, filepath
, megaparsec >=5
, megaparsec >=5 && < 5.1
, mtl
, mtl-compat
, old-time
@ -198,7 +198,7 @@ test-suite hunittests
, deepseq
, directory
, filepath
, megaparsec >=5
, megaparsec >=5 && < 5.1
, mtl
, mtl-compat
, old-time

View File

@ -52,7 +52,7 @@ dependencies:
- deepseq
- directory
- filepath
- megaparsec >=5
- megaparsec >=5 && < 5.1
- mtl
- mtl-compat
- old-time

View File

@ -159,7 +159,7 @@ library
, yesod-form
, yesod-static
, json
, megaparsec >=5
, megaparsec >=5 && < 5.1
, mtl
if (flag(dev)) || (flag(library-only))
cpp-options: -DDEVELOPMENT

View File

@ -119,7 +119,7 @@ library:
- Settings.Development
- Settings.StaticFiles
dependencies:
- megaparsec >=5
- megaparsec >=5 && < 5.1
- mtl
when:
- condition: (flag(dev)) || (flag(library-only))

View File

@ -104,7 +104,7 @@ library
, mtl
, mtl-compat
, old-time
, megaparsec >=5
, megaparsec >=5 && < 5.1
, regex-tdfa
, safe >=0.2
, split >=0.1 && <0.3

View File

@ -117,7 +117,7 @@ library:
- mtl
- mtl-compat
- old-time
- megaparsec >=5
- megaparsec >=5 && < 5.1
- regex-tdfa
- safe >=0.2
- split >=0.1 && <0.3