From fbdc0b3ad4068c0a1d3dcab133b0b895a7aecae6 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 20 Sep 2020 21:32:54 +0200 Subject: cabal.project: disallow base16-bytestring-1.* This is a temporary fix to work around a missing constraint in package text-conversions. It should be removed once a new revision or new version fixes the underlying issue. --- cabal.project | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cabal.project') diff --git a/cabal.project b/cabal.project index aeb87195e..09ecd5075 100644 --- a/cabal.project +++ b/cabal.project @@ -12,3 +12,5 @@ source-repository-package type: git location: https://github.com/jgm/pandoc-citeproc tag: 159bbb566858c0bc522e6404eb989671cd7236fd + +constraints: base16-bytestring < 1 -- cgit v1.2.3