diff options
author | Alberto Ruiz <aruiz@um.es> | 2011-01-20 16:06:34 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2011-01-20 16:06:34 +0000 |
commit | 19caef757562aa730c4e87d7ebaf6374bac0e5e5 (patch) | |
tree | 07e33e4eb4fc423c890e5b2e70dda08e33c19c7d /hmatrix.cabal | |
parent | 2a75f1a0ce5cf1598fc3c4095c66b004c3a52aab (diff) |
-fvector True
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 5296f5c..93238a0 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -77,7 +77,7 @@ flag unsafe | |||
77 | 77 | ||
78 | flag vector | 78 | flag vector |
79 | description: Use Data.Vector.Storable type from "vector" package. | 79 | description: Use Data.Vector.Storable type from "vector" package. |
80 | default: False | 80 | default: True |
81 | 81 | ||
82 | flag binary | 82 | flag binary |
83 | description: Define Binary instances | 83 | description: Define Binary instances |