Skip to content

Commit cb09d0e

Browse files
Remove sundials as it has its own repo now. Fix
* haskell-numerics#304 * haskell-numerics#302 * haskell-numerics#290
1 parent c4b80ef commit cb09d0e

18 files changed

Lines changed: 6 additions & 1970 deletions

File tree

examples/examples.cabal

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: examples
2-
version: 0.19.0.0
2+
version: 0.20.0.0
33
synopsis: Example usage of the various hmatrix packages
44
homepage: https://github.com/albertoruiz/hmatrix
55
license: BSD3
@@ -12,22 +12,6 @@ build-type: Simple
1212
extra-source-files: ChangeLog.md
1313
cabal-version: >=1.10
1414

15-
executable sundials
16-
main-is: sundials.hs
17-
build-depends: base >=4.10 && <4.11,
18-
hmatrix,
19-
hmatrix-sundials,
20-
hmatrix-gsl
21-
default-language: Haskell2010
22-
23-
executable butcherTableau
24-
main-is: ButcherTableau.hs
25-
build-depends: base >=4.10 && <4.11,
26-
hmatrix,
27-
hmatrix-sundials,
28-
pretty
29-
default-language: Haskell2010
30-
3115
executable vectorShow
3216
main-is: VectorShow.hs
3317
build-depends: base >=4.10 && <4.11,

packages/base/hmatrix.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: hmatrix
2-
Version: 0.19.0.0
2+
Version: 0.20.0.0
33
License: BSD3
44
License-file: LICENSE
55
Author: Alberto Ruiz
@@ -38,7 +38,7 @@ flag disable-default-paths
3838

3939
library
4040

41-
Build-Depends: base >= 4.8 && < 5,
41+
Build-Depends: base >= 4.9 && < 5,
4242
binary,
4343
array,
4444
deepseq,

packages/base/src/Numeric/LinearAlgebra/Static.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ud1 (R (Dim v)) = v
9292

9393

9494
infixl 4 &
95-
(&) :: forall n . (KnownNat n, 1 <= n)
95+
(&) :: forall n . KnownNat n
9696
=> R n -> -> R (n+1)
9797
u & x = u # (konst x :: R 1)
9898

packages/base/stack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ flags:
44
packages:
55
- '.'
66
extra-deps: []
7-
resolver: lts-3.3
7+
resolver: lts-13.21
8+

packages/sundials/ChangeLog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sundials/LICENSE

Lines changed: 0 additions & 30 deletions
This file was deleted.

packages/sundials/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/sundials/Setup.hs

Lines changed: 0 additions & 2 deletions
This file was deleted.
-26.7 KB
Binary file not shown.

packages/sundials/hmatrix-sundials.cabal

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)