From ceef0be7afe2292905e48e4a055e13cc2de70b2b Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Sun, 22 Apr 2018 13:36:19 +0100 Subject: Fix hackage upload errors --- packages/glpk/hmatrix-glpk.cabal | 2 +- packages/gsl/hmatrix-gsl.cabal | 24 ++++++++++-------------- packages/sparse/hmatrix-sparse.cabal | 2 +- packages/special/hmatrix-special.cabal | 2 +- packages/sundials/hmatrix-sundials.cabal | 8 +++++--- 5 files changed, 18 insertions(+), 20 deletions(-) diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal index b01f704..ca93775 100644 --- a/packages/glpk/hmatrix-glpk.cabal +++ b/packages/glpk/hmatrix-glpk.cabal @@ -1,6 +1,6 @@ Name: hmatrix-glpk Version: 0.19.0.0 -License: GPL +License: GPL-3 License-file: LICENSE Author: Alberto Ruiz Maintainer: Alberto Ruiz diff --git a/packages/gsl/hmatrix-gsl.cabal b/packages/gsl/hmatrix-gsl.cabal index 6ec7960..76db835 100644 --- a/packages/gsl/hmatrix-gsl.cabal +++ b/packages/gsl/hmatrix-gsl.cabal @@ -1,21 +1,18 @@ Name: hmatrix-gsl Version: 0.19.0.0 -License: GPL -License-file: LICENSE -Author: Alberto Ruiz -Maintainer: Alberto Ruiz -Stability: provisional -Homepage: https://github.com/albertoruiz/hmatrix Synopsis: Numerical computation Description: Purely functional interface to selected numerical computations, internally implemented using GSL. - +Homepage: https://github.com/albertoruiz/hmatrix +license: GPL-3 +license-file: LICENSE +Author: Alberto Ruiz +Maintainer: Alberto Ruiz +Stability: provisional Category: Math -tested-with: GHC ==7.8 - -cabal-version: >=1.8 - build-type: Simple +cabal-version: >=1.18 + extra-source-files: src/Numeric/GSL/gsl-ode.c @@ -33,9 +30,6 @@ library Build-Depends: base<5, hmatrix>=0.18, array, vector, process, random - - Extensions: ForeignFunctionInterface - hs-source-dirs: src Exposed-modules: Numeric.GSL.Differentiation, Numeric.GSL.Integration, @@ -98,6 +92,8 @@ library else pkgconfig-depends: gsl + default-language: Haskell2010 + source-repository head type: git diff --git a/packages/sparse/hmatrix-sparse.cabal b/packages/sparse/hmatrix-sparse.cabal index c3b6f65..4399b72 100644 --- a/packages/sparse/hmatrix-sparse.cabal +++ b/packages/sparse/hmatrix-sparse.cabal @@ -19,7 +19,7 @@ build-type: Simple library - Build-Depends: base, hmatrix>=0.16 + Build-Depends: base<5, hmatrix>=0.16 hs-source-dirs: src diff --git a/packages/special/hmatrix-special.cabal b/packages/special/hmatrix-special.cabal index cf504e1..0890bc7 100644 --- a/packages/special/hmatrix-special.cabal +++ b/packages/special/hmatrix-special.cabal @@ -1,6 +1,6 @@ Name: hmatrix-special Version: 0.19.0.0 -License: GPL +License: GPL-3 License-file: LICENSE Author: Alberto Ruiz Maintainer: Alberto Ruiz diff --git a/packages/sundials/hmatrix-sundials.cabal b/packages/sundials/hmatrix-sundials.cabal index 354f142..388f1db 100644 --- a/packages/sundials/hmatrix-sundials.cabal +++ b/packages/sundials/hmatrix-sundials.cabal @@ -1,7 +1,10 @@ name: hmatrix-sundials version: 0.19.0.0 synopsis: hmatrix interface to sundials -description: Foo bar baz +description: An interface to the solving suite SUNDIALS. Currently, it + mimics the solving interface in hmstrix-gsl but + provides more diagnostic information and the + Butcher Tableaux (for Runge-Kutta methods). homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials license: BSD3 license-file: LICENSE @@ -12,7 +15,7 @@ category: Math build-type: Simple extra-source-files: ChangeLog.md, README.md, diagrams/*.png extra-doc-files: diagrams/*.png -cabal-version: >=1.10 +cabal-version: >=1.18 library @@ -49,7 +52,6 @@ test-suite hmatrix-sundials-testsuite lens, hspec hs-source-dirs: src - default-language: Haskell2010 extra-libraries: sundials_arkode c-sources: src/helpers.c src/helpers.h default-language: Haskell2010 -- cgit v1.2.3