hgis 0.1.3.0 → 0.1.3.1
raw patch · 1 files changed
+23/−23 lines, 1 filesdep ~Chartdep ~Chart-cairodep ~Chart-diagrams
Dependency ranges changed: Chart, Chart-cairo, Chart-diagrams, ansi-wl-pprint, base, binary, bytestring, colour, composition, data-binary-ieee754, data-default, directory, filepath, hgis, hspec, lens, monad-loops, optparse-applicative, transformers
Files
- hgis.cabal +23/−23
hgis.cabal view
@@ -1,5 +1,5 @@ name: hgis-version: 0.1.3.0+version: 0.1.3.1 cabal-version: >=1.10 build-type: Simple license: BSD3@@ -42,23 +42,23 @@ GIS.Math.Projections build-depends: base >=4.7 && <5,- optparse-applicative >=0.13.2.0 && <0.14,- Chart >=1.8.2 && <1.9,- Chart-cairo >=1.8.2 && <1.9,- Chart-diagrams >=1.8.2 && <1.9,- lens >=4.15.1 && <4.16,- composition >=1.0.2.1 && <1.1,- ansi-wl-pprint >=0.6.7.3 && <0.7,- transformers >=0.5.2.0 && <0.6,- directory >=1.3.0.0 && <1.4,- colour >=2.3.3 && <2.4,- data-default >=0.7.1.1 && <0.8,- binary >=0.8.3.0 && <0.9,- bytestring >=0.10.8.1 && <0.11,- data-binary-ieee754 >=0.4.4 && <0.5,- filepath >=1.4.1.1 && <1.5,- monad-loops >=0.4.3 && <0.5- pkgconfig-depends: cairo >=0.13.3.1 && <0.14+ optparse-applicative >=0.13.2.0,+ Chart >=1.8.2,+ Chart-cairo >=1.8.2,+ Chart-diagrams >=1.8.2,+ lens >=4.15.1,+ composition >=1.0.2.1,+ ansi-wl-pprint >=0.6.7.3,+ transformers >=0.5.2.0,+ directory >=1.3.0.0,+ colour >=2.3.3,+ data-default >=0.7.1.1,+ binary >=0.8.3.0,+ bytestring >=0.10.8.1,+ data-binary-ieee754 >=0.4.4,+ filepath >=1.4.1.1,+ monad-loops >=0.4.3+ pkgconfig-depends: cairo >=0.13.3.1 default-language: Haskell2010 default-extensions: DeriveGeneric OverloadedStrings hs-source-dirs: src src/depends/readshp@@ -84,8 +84,8 @@ ghc-options: -threaded -rtsopts -with-rtsopts=-N main-is: MainPng.hs build-depends:- base >=4.9.1.0 && <4.10,- hgis >=0.1.3.0 && <0.2+ base >=4.9.1.0,+ hgis >=0.1.3.1 default-language: Haskell2010 hs-source-dirs: app @@ -93,9 +93,9 @@ type: exitcode-stdio-1.0 main-is: Spec.hs build-depends:- base >=4.9.1.0 && <4.10,- hgis >=0.1.3.0 && <0.2,- hspec >=2.4.2 && <2.5+ base >=4.9.1.0,+ hgis >=0.1.3.1,+ hspec >=2.4.2 default-language: Haskell2010 hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N