NaperianNetCDF 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep +NaperianNetCDFdep −NaperianExample
Dependencies added: NaperianNetCDF
Dependencies removed: NaperianExample
Files
- NaperianNetCDF.cabal +2/−2
NaperianNetCDF.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4 name: NaperianNetCDF-version: 0.1.0.0+version: 0.1.0.1 synopsis: Instances of NcStore for hypercuboids description: This allows [NetCDF](https://en.wikipedia.org/wiki/NetCDF) data to be read and written into [hypercuboids](http://www.cs.ox.ac.uk/people/jeremy.gibbons/publications/apl-extabs.pdf) e.g. values with type @Hyper '[Vector 5, Vector 2, Vector 3] Int@ such as @\<\<\<1,2,3,4,5>, \<6,7,8,9,10>>, \<\<11,12,13,14,15>, \<16,17,18,19,20>>, \<\<21,22,23,24,25>, \<26,27,28,29,30>>>@@@ -26,9 +26,9 @@ main-is: Main.hs other-extensions: TypeOperators build-depends: base ^>=4.12.0.0,- NaperianExample, Naperian, hnetcdf,+ NaperianNetCDF, split hs-source-dirs: test default-language: Haskell2010