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:
Родитель
c6d19ab3b9
Коммит
f0d23a001d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче