Skip to content

Commit

Permalink
Remove sundials as it has its own repo now. Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
idontgetoutmuch committed Jun 30, 2019
1 parent c4b80ef commit cb09d0e
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 1,970 deletions.
18 changes: 1 addition & 17 deletions examples/examples.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: examples
version: 0.19.0.0
version: 0.20.0.0
synopsis: Example usage of the various hmatrix packages
homepage: https://github.com/albertoruiz/hmatrix
license: BSD3
Expand All @@ -12,22 +12,6 @@ build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10

executable sundials
main-is: sundials.hs
build-depends: base >=4.10 && <4.11,
hmatrix,
hmatrix-sundials,
hmatrix-gsl
default-language: Haskell2010

executable butcherTableau
main-is: ButcherTableau.hs
build-depends: base >=4.10 && <4.11,
hmatrix,
hmatrix-sundials,
pretty
default-language: Haskell2010

executable vectorShow
main-is: VectorShow.hs
build-depends: base >=4.10 && <4.11,
Expand Down
4 changes: 2 additions & 2 deletions packages/base/hmatrix.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hmatrix
Version: 0.19.0.0
Version: 0.20.0.0
License: BSD3
License-file: LICENSE
Author: Alberto Ruiz
Expand Down Expand Up @@ -38,7 +38,7 @@ flag disable-default-paths

library

Build-Depends: base >= 4.8 && < 5,
Build-Depends: base >= 4.9 && < 5,
binary,
array,
deepseq,
Expand Down
2 changes: 1 addition & 1 deletion packages/base/src/Numeric/LinearAlgebra/Static.hs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ud1 (R (Dim v)) = v


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

Expand Down
3 changes: 2 additions & 1 deletion packages/base/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ flags:
packages:
- '.'
extra-deps: []
resolver: lts-3.3
resolver: lts-13.21

5 changes: 0 additions & 5 deletions packages/sundials/ChangeLog.md

This file was deleted.

30 changes: 0 additions & 30 deletions packages/sundials/LICENSE

This file was deleted.

8 changes: 0 additions & 8 deletions packages/sundials/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions packages/sundials/Setup.hs

This file was deleted.

Binary file removed packages/sundials/diagrams/brusselator.png
Binary file not shown.
61 changes: 0 additions & 61 deletions packages/sundials/hmatrix-sundials.cabal

This file was deleted.

186 changes: 0 additions & 186 deletions packages/sundials/src/Main.hs

This file was deleted.

Loading

0 comments on commit cb09d0e

Please sign in to comment.