From 858121cdcc6c24cb15e28e1c4c2b3050ef53fe00 Mon Sep 17 00:00:00 2001 From: Sidharth Kapur Date: Mon, 1 Feb 2016 17:49:51 -0600 Subject: Remove CPP option from cabal files Use {-# LANGUAGE CPP #-} instead. --- packages/base/hmatrix.cabal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/base/hmatrix.cabal') diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 9fa3c4e..5524d2b 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal @@ -79,8 +79,7 @@ library src/Internal/C/vector-aux.c - extensions: ForeignFunctionInterface, - CPP + extensions: ForeignFunctionInterface ghc-options: -Wall -fno-warn-missing-signatures -- cgit v1.2.3