summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2011-03-30 08:03:09 +0000
committerAlberto Ruiz <aruiz@um.es>2011-03-30 08:03:09 +0000
commit43eb56c2d912837de39d2d19a2254877117d6679 (patch)
treedbab9f85cea58653f1b90559faa4ec364d4ee50f /hmatrix.cabal
parenta5a7d08b73223a9bd6022aebfcd32dfd42f6633a (diff)
ghc-7.0.3 tested
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 51444af..deb05f7 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -171,7 +171,10 @@ library
171 if impl(ghc < 6.10.2) 171 if impl(ghc < 6.10.2)
172 cpp-options: -DFINIT 172 cpp-options: -DFINIT
173 173
174 if impl(ghc >= 7.0.1) 174 if impl(ghc == 7.0.1)
175 cpp-options: -DFINIT
176
177 if impl(ghc == 7.0.2)
175 cpp-options: -DFINIT 178 cpp-options: -DFINIT
176 179
177 if flag(finit) 180 if flag(finit)