diff options
Diffstat (limited to 'packages')
-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 |