dhall-haskell/nix/wcwidth.patch
Gabriel Gonzalez f3a372c99a
Build against GHC 7.10.3 (#621)
... as requested by @jneira so that Dhall will continue to work as a
dependency of Eta, which is built using GHC 7.10.3

This adds CI support for testing the build against GHC 7.10.3 and also
fixes issues building against that GHC version that were caught in the process
2018-10-05 20:51:18 -07:00

30 lines
1.1 KiB
Diff

diff -Naur wcwidth-0.0.2.before/wcwidth.cabal wcwidth-0.0.2.after/wcwidth.cabal
--- wcwidth-0.0.2.before/wcwidth.cabal 2011-04-03 21:19:59.000000000 -0700
+++ wcwidth-0.0.2.after/wcwidth.cabal 2018-10-04 11:34:55.000000000 -0700
@@ -35,25 +35,3 @@
extensions : StandaloneDeriving
ForeignFunctionInterface
OverloadedStrings
-
-
-executable wcwidth-tools
- main-is : WCWidthTableaux.hs
- if flag(cli)
- buildable : True
- else
- buildable : False
- if flag(split-base)
- build-depends : base >= 4 && < 5
- else
- build-depends : base < 4
- build-depends : containers
- , bytestring
- , setlocale >= 0.0.3
- , utf8-string >= 0.3
- , attoparsec >= 0.8.5
- extensions : StandaloneDeriving
- ForeignFunctionInterface
- OverloadedStrings
-
-