Skip to content

Commit

Permalink
Work around incompatibility between MissingH 1.4.0.1 and parsec 3.1.12.0
Browse files Browse the repository at this point in the history
For now, we avoid parsec 3.1.12.0 until incompatibility is fixed.  See:

  haskell-hvr/missingh#42
  haskell/parsec#88
  • Loading branch information
Rufflewind committed Feb 4, 2018
1 parent 6cc3311 commit fac351d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build() {
cd "$srcdir/gitit-$pkgver"
cabal --config="$srcdir/.cabal/config" update
cabal --config="$srcdir/.cabal/config" sandbox init
cabal --config="$srcdir/.cabal/config" install --enable-relocatable --force-reinstalls --datadir='$prefix/share/gitit' --docdir='$prefix/share/doc/$abi/$pkgid' --ghc-options=-rtsopts --constraint='pandoc>=1.19.2.2'
cabal --config="$srcdir/.cabal/config" install --enable-relocatable --force-reinstalls --datadir='$prefix/share/gitit' --docdir='$prefix/share/doc/$abi/$pkgid' --ghc-options=-rtsopts --constraint='pandoc>=1.19.2.2' --constraint='parsec<3.1.12.0'
}

package() {
Expand Down

0 comments on commit fac351d

Please sign in to comment.