diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-04-09 19:46:53 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-04-09 19:46:53 +0200 |
commit | e282d2b4c5f389941225d02df94e7baf38c4f38e (patch) | |
tree | e304cea691c75a4922d286654680241f5743ce79 /packages/tests/src/Numeric/LinearAlgebra/Tests | |
parent | 8d7c921bdff0d57a4579d3de71cd5ba3bf5276a1 (diff) |
update hmatrix-tests for ghc-7.10
Diffstat (limited to 'packages/tests/src/Numeric/LinearAlgebra/Tests')
-rw-r--r-- | packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs b/packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs index 9bdf897..a5c37f4 100644 --- a/packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs +++ b/packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs | |||
@@ -1,5 +1,7 @@ | |||
1 | {-# LANGUAGE CPP, FlexibleContexts #-} | 1 | {-# LANGUAGE CPP, FlexibleContexts #-} |
2 | {-# OPTIONS_GHC -fno-warn-unused-imports #-} | 2 | {-# OPTIONS_GHC -fno-warn-unused-imports #-} |
3 | {-# LANGUAGE TypeFamilies #-} | ||
4 | |||
3 | ----------------------------------------------------------------------------- | 5 | ----------------------------------------------------------------------------- |
4 | {- | | 6 | {- | |
5 | Module : Numeric.LinearAlgebra.Tests.Properties | 7 | Module : Numeric.LinearAlgebra.Tests.Properties |