diff options
author | Alberto Ruiz <aruiz@um.es> | 2016-10-08 13:33:32 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2016-10-08 13:33:32 +0200 |
commit | 69f8ff5553bc13bcc29064e7f09c2cf855feaba1 (patch) | |
tree | 7e1f5518a0a3b1c281122e01b5670f124d3ac404 /packages/base | |
parent | 68bf5caf47cdeed5a91a6a28fb442a8ab7faf739 (diff) |
fix cabal file and thanks
Diffstat (limited to 'packages/base')
-rw-r--r-- | packages/base/THANKS.md | 12 | ||||
-rw-r--r-- | packages/base/hmatrix.cabal | 1 |
2 files changed, 10 insertions, 3 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md index c0ef1a3..eb16e0f 100644 --- a/packages/base/THANKS.md +++ b/packages/base/THANKS.md | |||
@@ -212,6 +212,14 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
212 | - Justin Le added NFData instances for Static types, added mapping and outer product | 212 | - Justin Le added NFData instances for Static types, added mapping and outer product |
213 | methods to Domain, and many other functions to the Static module. | 213 | methods to Domain, and many other functions to the Static module. |
214 | 214 | ||
215 | - Sidharth Kapur added Normed and numeric instances for several Static types, and | 215 | - Sidharth Kapur added Normed and numeric instances for several Static types, |
216 | fixed the CPP issue in cabal files. | 216 | fixed the CPP issue in cabal files, and made many other contributions. |
217 | |||
218 | - Matt Renaud improved the documentation. | ||
219 | |||
220 | - Joshua Moerman fixed cabal/stack flags for windows. | ||
221 | |||
222 | - Francesco Mazzoli, Niklas Hambüchen, Patrick Chilton, and Andras Slemmer | ||
223 | discovered a serious and subtle bug in the wrapper helpers causing memory corruption. | ||
224 | Andras Slemmer fixed the bug. Thank you all. | ||
217 | 225 | ||
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index faf84e8..89e5423 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -55,7 +55,6 @@ library | |||
55 | Internal.Devel | 55 | Internal.Devel |
56 | Internal.Vectorized | 56 | Internal.Vectorized |
57 | Internal.Matrix | 57 | Internal.Matrix |
58 | Internal.Foreign | ||
59 | Internal.ST | 58 | Internal.ST |
60 | Internal.IO | 59 | Internal.IO |
61 | Internal.Element | 60 | Internal.Element |