summaryrefslogtreecommitdiff
path: root/packages/sparse/hmatrix-sparse.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sparse/hmatrix-sparse.cabal')
-rw-r--r--packages/sparse/hmatrix-sparse.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sparse/hmatrix-sparse.cabal b/packages/sparse/hmatrix-sparse.cabal
index c3b6f65..4399b72 100644
--- a/packages/sparse/hmatrix-sparse.cabal
+++ b/packages/sparse/hmatrix-sparse.cabal
@@ -19,7 +19,7 @@ build-type: Simple
19 19
20 20
21library 21library
22 Build-Depends: base, hmatrix>=0.16 22 Build-Depends: base<5, hmatrix>=0.16
23 23
24 hs-source-dirs: src 24 hs-source-dirs: src
25 25