Files
ports/devel/hs-cpphs/files/patch-cpphs.cabal
Gleb Popov 19c26acbf0 Upgrade lang/ghc to 8.8.3 and many Haskell ports along the way.
PR:		244784
Submitted by:	Evilham <contact@evilham.com> (some ports)
2020-05-04 18:08:10 +00:00

19 lines
512 B
Plaintext

--- cpphs.cabal.orig 2018-11-22 13:09:05 UTC
+++ cpphs.cabal
@@ -1,5 +1,6 @@
Name: cpphs
Version: 1.20.9
+x-revision: 1
Copyright: 2004-2017, Malcolm Wallace
License: LGPL
License-File: LICENCE-LGPL
@@ -40,7 +41,7 @@ Library
Language.Preprocessor.Cpphs.Tokenise
Executable cpphs
- Build-Depends: base>3&&<6, time, directory, polyparse>=1.9
+ Build-Depends: base>=3&&<6, time >=1.5, directory, polyparse>=1.10
Main-Is: cpphs.hs
Other-Modules:
Language.Preprocessor.Cpphs