summaryrefslogtreecommitdiff
path: root/packages/base/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2016-02-09 13:04:58 +0100
committerAlberto Ruiz <aruiz@um.es>2016-02-09 13:04:58 +0100
commitc84049d82c9354bda7843c0b83f50c56f75b92e2 (patch)
treeb464f1572fc2dd9b2262403140d6ff76c1a58227 /packages/base/hmatrix.cabal
parent0a6e494d3c7c0725e5c48ce54b8eb3be95bffad9 (diff)
make ghc-8.0 happy
Diffstat (limited to 'packages/base/hmatrix.cabal')
-rw-r--r--packages/base/hmatrix.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal
index 5524d2b..aba6fa7 100644
--- a/packages/base/hmatrix.cabal
+++ b/packages/base/hmatrix.cabal
@@ -16,7 +16,7 @@ Description: Linear systems, matrix decompositions, and other numerical c
16 Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html> 16 Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html>
17 17
18Category: Math 18Category: Math
19tested-with: GHC==7.10 19tested-with: GHC==8.0
20 20
21cabal-version: >=1.8 21cabal-version: >=1.8
22 22