Skip to content

Commit

Permalink
haskell-utf8-string: patch to fix build with GHC 6.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 9, 2014
1 parent 0e3dfb5 commit 1304bea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/libraries/haskell/utf8-string/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ cabal.mkDerivation (self: {
pname = "utf8-string";
version = "0.3.8";
sha256 = "1h29dn0scsfkhmkg14ywq9178lw40ah1r36w249zfzqr02y7qxc0";
noHaddock = self.stdenv.lib.versionOlder self.ghc.version "6.11";
patchPhase = ''
sed -ir -e 's|Extensions: | Extensions: UndecidableInstances, |' utf8-string.cabal
'';
meta = {
homepage = "http://github.com/glguy/utf8-string/";
description = "Support for reading and writing UTF8 Strings";
Expand Down

0 comments on commit 1304bea

Please sign in to comment.