name: hnetcdf version: 0.3.0.0 synopsis: Haskell NetCDF library description: Bindings to the Unidata NetCDF library, along with a higher-level Haskell interface that attempts to provide container polymorphic data access (initially just Storable vectors and Repa arrays). license: BSD3 license-file: LICENSE author: Ian Ross maintainer: ian@skybluetrades.net copyright: Copyright (2013) Ian Ross category: Data build-type: Simple extra-source-files: README.markdown CHANGELOG.markdown cabal-version: >=1.8 homepage: https://github.com/ian-ross/hnetcdf data-files: test/tst-raw-get-put.nc test/tst-bathymetry.nc source-repository head type: git location: https://github.com/ian-ross/hnetcdf Library exposed-modules: Data.NetCDF Data.NetCDF.Vector Data.NetCDF.Repa Data.NetCDF.HMatrix Data.NetCDF.Metadata Data.NetCDF.PutGet Data.NetCDF.Storable Data.NetCDF.Store Data.NetCDF.Types Data.NetCDF.Utils Data.NetCDF.Raw Data.NetCDF.Raw.Base Data.NetCDF.Raw.PutGet Data.NetCDF.Raw.Attributes Data.NetCDF.Raw.Utils -- Data.NetCDF.Raw.NetCDF4 build-depends: base >= 4.3 && < 5, containers >= 0.4 && < 0.6, either >= 3.4.1 && < 5, errors >= 1.4.2 && < 1.5, filepath >= 1.3 && < 1.4, hmatrix >= 0.16.0.2 && < 0.17, repa, transformers >= 0.2 && < 0.5, vector >= 0.9 && < 0.11 build-tools: c2hs extra-libraries: netcdf ghc-options: -Wall Test-Suite test-raw-metadata type: exitcode-stdio-1.0 hs-source-dirs: test main-is: test-raw-metadata.hs build-depends: hnetcdf, base >= 4.3 && < 5, containers >= 0.4 && < 0.6, vector >= 0.9 && < 0.11, repa, test-framework >= 0.3, test-framework-hunit, test-framework-quickcheck2 >= 0.3, HUnit, QuickCheck extra-libraries: netcdf Test-Suite test-raw-get-put type: exitcode-stdio-1.0 hs-source-dirs: test main-is: test-raw-get-put.hs build-depends: hnetcdf, base >= 4.3 && < 5, containers >= 0.4 && < 0.6, vector >= 0.9 && < 0.11, repa, directory >= 1.1 && < 1.3, test-framework >= 0.3, test-framework-hunit, test-framework-quickcheck2 >= 0.3, HUnit, QuickCheck extra-libraries: netcdf Test-Suite test-raw-attributes type: exitcode-stdio-1.0 hs-source-dirs: test main-is: test-raw-attributes.hs build-depends: hnetcdf, base >= 4.3 && < 5, containers >= 0.4 && < 0.6, vector >= 0.9 && < 0.11, repa, directory >= 1.1 && < 1.3, test-framework >= 0.3, test-framework-hunit, test-framework-quickcheck2 >= 0.3, HUnit, QuickCheck extra-libraries: netcdf Test-Suite test-get type: exitcode-stdio-1.0 hs-source-dirs: test main-is: test-get.hs build-depends: hnetcdf, base >= 4.3 && < 5, containers >= 0.4 && < 0.6, errors >= 1.4.2 && < 1.5, hmatrix >= 0.16.0.2 && < 0.17, repa, vector >= 0.9 && < 0.11, directory >= 1.1 && < 1.3, test-framework >= 0.3, test-framework-hunit, test-framework-quickcheck2 >= 0.3, HUnit, QuickCheck extra-libraries: netcdf Test-Suite test-put type: exitcode-stdio-1.0 hs-source-dirs: test main-is: test-put.hs build-depends: hnetcdf, base >= 4.3 && < 5, containers >= 0.4 && < 0.6, errors >= 1.4.2 && < 1.5, vector >= 0.9 && < 0.11, directory >= 1.1 && < 1.3 extra-libraries: netcdf Test-Suite test-hmatrix type: exitcode-stdio-1.0 hs-source-dirs: test main-is: test-hmatrix.hs build-depends: hnetcdf, base >= 4.3 && < 5, containers >= 0.4 && < 0.6, errors >= 1.4.2 && < 1.5, vector >= 0.9 && < 0.11, directory >= 1.1 && < 1.3, hmatrix >= 0.16.0.2 && < 0.17, test-framework >= 0.3, test-framework-hunit, test-framework-quickcheck2 >= 0.3, HUnit, QuickCheck extra-libraries: netcdf Executable example1 hs-source-dirs: examples main-is: example1.hs build-depends: hnetcdf, base >= 4.3 && < 5, containers >= 0.4 && < 0.6, vector >= 0.9 && < 0.11 Executable example2 hs-source-dirs: examples main-is: example2.hs build-depends: hnetcdf, base >= 4.3 && < 5, containers >= 0.4 && < 0.6, vector >= 0.9 && < 0.11, repa Executable example3 hs-source-dirs: examples main-is: example3.hs build-depends: hnetcdf, base >= 4.3 && < 5, containers >= 0.4 && < 0.6, vector >= 0.9 && < 0.11, hmatrix