Add cabal constraint: process < 1.3

The gbc-tests dependencies require process < 1.3 leading to dependency
conflicts if the sandbox has been first populated with dependencies of
Bond library before configuring the test suite.

This is a (hopefully) temporary workaround until
pcapriotti/optparse-applicative#150 is merged.
This commit is contained in:
Adam Sapek 2015-08-25 18:15:02 -07:00
Родитель c6d19ab3b9
Коммит f0d23a001d
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -15,7 +15,7 @@ description: Bond is a cross-platform framework for handling schematized
code generation. The library includes built-in templates
for generating standard Bond C++ and C# code, as well as
utilities for writing custom codegen templates.
.
.
The package also contains a command-line compiler/codegen
tool, named gbc, which is primarily used to generate code
for C++ and C# programs using Bond.
@ -42,6 +42,7 @@ library
ghc-prim,
mtl >= 2.1,
parsec >= 3.1,
process < 1.3,
shakespeare >= 2.0,
text >= 0.11
ghc-options: -Wall