Work around cabal conflict for transformers 0.5

A temporary workaround until `exceptions` can be built with
`transformers` 0.5. The work is already in progress but it depends on
some bigger changes in transformers-compat
(see https://github.com/ekmett/exceptions/pull/51).
This commit is contained in:
Adam Sapek 2016-01-15 11:52:18 -08:00
Родитель cbe804b70f
Коммит 9598128e9e
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -43,7 +43,8 @@ library
mtl >= 2.1,
parsec >= 3.1,
shakespeare >= 2.0,
text >= 0.11
text >= 0.11,
transformers < 0.5
ghc-options: -Wall
exposed-modules: Language.Bond.Parser
Language.Bond.Util