bindings-gsl 0.2.1 → 0.2.2
raw patch · 1 files changed
+11/−9 lines, 1 filesdep ~bindings-DSLnew-uploader
Dependency ranges changed: bindings-DSL
Files
- bindings-gsl.cabal +11/−9
bindings-gsl.cabal view
@@ -1,29 +1,31 @@-cabal-version: >= 1.8+cabal-version: >= 1.10 name: bindings-gsl synopsis:- Low level bindings to GNU GSL.+ Project bindings-* raw interface to GNU GSL description: Low level bindings to GNU GSL, part of the @bindings-*@ project. See: .- <http://bitbucket.org/mauricio/bindings-dsl>+ <https://github.com/rethab/bindings-dsl> . <http://www.gnu.org/software/gsl>-version: 0.2.1+version: 0.2.2 license: BSD3 license-file: LICENSE-maintainer: Maurício C. Antunes <mauricio.antunes@gmail.com>+maintainer: Reto <rethab@protonmail.ch> author: Maurício C. Antunes build-type: Simple category: FFI-bug-reports: http://bitbucket.org/mauricio/bindings-dsl/issues+bug-reports: https://github.com/rethab/bindings-dsl/issues library hs-source-dirs: src- extensions:+ default-language:+ Haskell2010+ default-extensions: ForeignFunctionInterface build-depends: base >= 3 && < 5,- bindings-DSL >= 1.0.17 && < 1.1+ bindings-DSL >= 1.0.17 && < 1.2 exposed-modules: Bindings.Gsl Bindings.Gsl.BasisSplines@@ -85,6 +87,6 @@ pkgconfig-depends: gsl >= 1.15 source-repository head type: git- location: https://bitbucket.org/mauricio/bindings-dsl+ location: https://github.com/rethab/bindings-dsl branch: master subdir: bindings-gsl