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

View File

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

View File

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

View File

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

View File

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

View File

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