Updated aeson (removed Werror)
This commit is contained in:
parent
78918efee1
commit
77c6a96e62
2
aeson
2
aeson
@ -1 +1 @@
|
||||
Subproject commit d231dbaeb3988b8b9b02f59f1f8beab28bb48652
|
||||
Subproject commit 793d73bae1ec419f38d18fb360758a18f14fe723
|
||||
@ -30,13 +30,15 @@ for pkg in "${pkgs[@]}"; do
|
||||
(
|
||||
cd "./$pkg"
|
||||
|
||||
if ! $CABAL configure --enable-tests; then
|
||||
if ! $CABAL configure --enable-tests --ghc-options="-Wall -Werror"; then
|
||||
$CABAL install --only-dependencies
|
||||
$CABAL configure --enable-tests
|
||||
$CABAL configure --enable-tests --ghc-options="-Wall -Werror"
|
||||
fi
|
||||
|
||||
$CABAL build
|
||||
$CABAL test
|
||||
$CABAL check
|
||||
$CABAL haddock --executables
|
||||
./Setup.lhs install
|
||||
)
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user