summaryrefslogtreecommitdiff
path: root/devel/hs-cpphs/files/patch-cpphs.cabal
blob: 20ab10acc03c4e8e0005be82aa6afa2e9e3eeec7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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