diff options
author | Alberto Ruiz <aruiz@um.es> | 2016-02-09 13:04:58 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2016-02-09 13:04:58 +0100 |
commit | c84049d82c9354bda7843c0b83f50c56f75b92e2 (patch) | |
tree | b464f1572fc2dd9b2262403140d6ff76c1a58227 /packages/base/src/Internal/Matrix.hs | |
parent | 0a6e494d3c7c0725e5c48ce54b8eb3be95bffad9 (diff) |
make ghc-8.0 happy
Diffstat (limited to 'packages/base/src/Internal/Matrix.hs')
-rw-r--r-- | packages/base/src/Internal/Matrix.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/base/src/Internal/Matrix.hs b/packages/base/src/Internal/Matrix.hs index 3082e8d..6efbe5f 100644 --- a/packages/base/src/Internal/Matrix.hs +++ b/packages/base/src/Internal/Matrix.hs | |||
@@ -5,8 +5,7 @@ | |||
5 | {-# LANGUAGE TypeOperators #-} | 5 | {-# LANGUAGE TypeOperators #-} |
6 | {-# LANGUAGE TypeFamilies #-} | 6 | {-# LANGUAGE TypeFamilies #-} |
7 | {-# LANGUAGE ViewPatterns #-} | 7 | {-# LANGUAGE ViewPatterns #-} |
8 | 8 | {-# LANGUAGE ConstrainedClassMethods #-} | |
9 | |||
10 | 9 | ||
11 | -- | | 10 | -- | |
12 | -- Module : Internal.Matrix | 11 | -- Module : Internal.Matrix |