[commit: packages/containers] master: Add the include dir also to tests. (040309f)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 22:10:45 UTC 2015
Repository : ssh://git@git.haskell.org/containers
On branch : master
Link : http://git.haskell.org/packages/containers.git/commitdiff/040309f6915306cc7aa7da02f144fe026e4fb6fe
>---------------------------------------------------------------
commit 040309f6915306cc7aa7da02f144fe026e4fb6fe
Author: Milan Straka <fox at ucw.cz>
Date: Tue Dec 16 00:24:50 2014 +0100
Add the include dir also to tests.
This worked with Typeable because Typeable from `base` instead of
`containers` was used.
>---------------------------------------------------------------
040309f6915306cc7aa7da02f144fe026e4fb6fe
containers.cabal | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/containers.cabal b/containers.cabal
index afd2e34..6c77693 100644
--- a/containers.cabal
+++ b/containers.cabal
@@ -85,6 +85,7 @@ Test-suite map-lazy-properties
build-depends: base >= 4.2 && < 5, array, deepseq >= 1.2 && < 1.5, ghc-prim
ghc-options: -O2
+ include-dirs: include
extensions: MagicHash, DeriveDataTypeable, StandaloneDeriving, Rank2Types
build-depends:
@@ -102,6 +103,7 @@ Test-suite map-strict-properties
build-depends: base >= 4.2 && < 5, array, deepseq >= 1.2 && < 1.5, ghc-prim
ghc-options: -O2
+ include-dirs: include
extensions: MagicHash, DeriveDataTypeable, StandaloneDeriving, Rank2Types
build-depends:
@@ -119,6 +121,7 @@ Test-suite set-properties
build-depends: base >= 4.2 && < 5, array, deepseq >= 1.2 && < 1.5, ghc-prim
ghc-options: -O2
+ include-dirs: include
extensions: MagicHash, DeriveDataTypeable, StandaloneDeriving, Rank2Types
build-depends:
@@ -136,6 +139,7 @@ Test-suite intmap-lazy-properties
build-depends: base >= 4.2 && < 5, array, deepseq >= 1.2 && < 1.5, ghc-prim
ghc-options: -O2
+ include-dirs: include
extensions: MagicHash, DeriveDataTypeable, StandaloneDeriving, Rank2Types
build-depends:
@@ -153,6 +157,7 @@ Test-suite intmap-strict-properties
build-depends: base >= 4.2 && < 5, array, deepseq >= 1.2 && < 1.5, ghc-prim
ghc-options: -O2
+ include-dirs: include
extensions: MagicHash, DeriveDataTypeable, StandaloneDeriving, Rank2Types
build-depends:
@@ -170,6 +175,7 @@ Test-suite intset-properties
build-depends: base >= 4.2 && < 5, array, deepseq >= 1.2 && < 1.5, ghc-prim
ghc-options: -O2
+ include-dirs: include
extensions: MagicHash, DeriveDataTypeable, StandaloneDeriving, Rank2Types
build-depends:
@@ -187,6 +193,7 @@ Test-suite deprecated-properties
build-depends: base >= 4.2 && < 5, array, deepseq >= 1.2 && < 1.5, ghc-prim
ghc-options: -O2
+ include-dirs: include
extensions: MagicHash, DeriveDataTypeable, StandaloneDeriving, Rank2Types
build-depends:
@@ -202,6 +209,7 @@ Test-suite seq-properties
build-depends: base >= 4.2 && < 5, array, deepseq >= 1.2 && < 1.5, ghc-prim
ghc-options: -O2
+ include-dirs: include
extensions: MagicHash, DeriveDataTypeable, StandaloneDeriving, Rank2Types
build-depends:
@@ -225,6 +233,7 @@ test-suite map-strictness-properties
test-framework-quickcheck2 >= 0.2.9
ghc-options: -Wall
+ include-dirs: include
test-suite intmap-strictness-properties
hs-source-dirs: tests, .
@@ -242,3 +251,4 @@ test-suite intmap-strictness-properties
test-framework-quickcheck2 >= 0.2.9
ghc-options: -Wall
+ include-dirs: include
More information about the ghc-commits
mailing list