diff options
author | Hiromi ISHII <konn.jinro@gmail.com> | 2017-12-25 20:23:13 +0900 |
---|---|---|
committer | Hiromi ISHII <konn.jinro@gmail.com> | 2017-12-25 20:23:13 +0900 |
commit | e83e2023da77ecaa9aaba15bc9bd48757f73b3a9 (patch) | |
tree | f7aae740fa7129c4641cf05a9e00260e48cd92bb /packages/base/hmatrix.cabal | |
parent | 87c7682bbfd17308749d5e9568f1ffa25390ce79 (diff) |
Workaround for GHC-8.4.x
* Adds missing Semigroup instances
* Adds `semigroups` to the deps of `hmatrix`
* Hides conflicting names from import list with base >= 4.11
* `(Prelude.<>)` and `GHC.TypeNats.Mod`
Diffstat (limited to 'packages/base/hmatrix.cabal')
-rw-r--r-- | packages/base/hmatrix.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 9d03f2b..ab3fff8 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -46,6 +46,7 @@ library | |||
46 | split, | 46 | split, |
47 | bytestring, | 47 | bytestring, |
48 | storable-complex, | 48 | storable-complex, |
49 | semigroups, | ||
49 | vector >= 0.8 | 50 | vector >= 0.8 |
50 | 51 | ||
51 | hs-source-dirs: src | 52 | hs-source-dirs: src |