summaryrefslogtreecommitdiff
path: root/packages/gsl/hmatrix-gsl.cabal
diff options
context:
space:
mode:
authorSidharth Kapur <sidharthkapur1@gmail.com>2016-02-01 17:49:51 -0600
committerSidharth Kapur <sidharthkapur1@gmail.com>2016-02-01 17:49:51 -0600
commit858121cdcc6c24cb15e28e1c4c2b3050ef53fe00 (patch)
tree5ca021cde15c6add46919718bf52613caeec3c3e /packages/gsl/hmatrix-gsl.cabal
parent95c7cc6303fdb0af3ca0e1fc08cfe3ebf2674814 (diff)
Remove CPP option from cabal files
Use {-# LANGUAGE CPP #-} instead.
Diffstat (limited to 'packages/gsl/hmatrix-gsl.cabal')
-rw-r--r--packages/gsl/hmatrix-gsl.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/gsl/hmatrix-gsl.cabal b/packages/gsl/hmatrix-gsl.cabal
index d009994..bfd1abf 100644
--- a/packages/gsl/hmatrix-gsl.cabal
+++ b/packages/gsl/hmatrix-gsl.cabal
@@ -29,8 +29,7 @@ library
29 process, random 29 process, random
30 30
31 31
32 Extensions: ForeignFunctionInterface, 32 Extensions: ForeignFunctionInterface
33 CPP
34 33
35 hs-source-dirs: src 34 hs-source-dirs: src
36 Exposed-modules: Numeric.GSL.Differentiation, 35 Exposed-modules: Numeric.GSL.Differentiation,