Cabal revisions of vectortiles-1.4.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.20.0.------ see: https://github.com/sol/hpack------ hash: 14a8d5b05c51ee218be6a71cd1ca968c3d331d9da687075300ffae7f4686228e--name: vectortiles-version: 1.4.0-synopsis: GIS Vector Tiles, as defined by Mapbox.-description: GIS Vector Tiles, as defined by Mapbox.- This library implements version 2.1 of the official Mapbox spec, as defined- here: <https://github.com/mapbox/vector-tile-spec/tree/master/2.1>- .- Note that currently this library ignores top-level protobuf extensions,- /Value/ extensions, and /UNKNOWN/ geometries.-category: Geography-homepage: https://github.com/fosskers/vectortiles-author: Colin Woodbury-maintainer: colingw@gmail.com-license: BSD3-license-file: LICENSE-build-type: Simple-cabal-version: >= 1.10--extra-source-files:- CHANGELOG.md- README.md- test/clearlake.mvt- test/linestring.mvt- test/onepoint.mvt- test/polygon.mvt- test/roads.mvt--library- hs-source-dirs:- lib- ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -Wincomplete-uni-patterns- build-depends:- base >=4.9 && <4.12- , bytestring- , containers- , deepseq >=1.4 && <1.5- , hashable- , mtl- , protocol-buffers >=2.4 && <2.5- , protocol-buffers-descriptor >=2.4 && <2.5- , text >=1.2 && <1.3- , transformers >=0.5 && <0.6- , unordered-containers- , vector >=0.11 && <0.13- exposed-modules:- Geography.VectorTile- Geography.VectorTile.Internal- other-modules:- Geography.VectorTile.Geometry- Geography.VectorTile.Protobuf.Internal.Vector_tile- Geography.VectorTile.Protobuf.Internal.Vector_tile.Tile- Geography.VectorTile.Protobuf.Internal.Vector_tile.Tile.Feature- Geography.VectorTile.Protobuf.Internal.Vector_tile.Tile.GeomType- Geography.VectorTile.Protobuf.Internal.Vector_tile.Tile.Layer- Geography.VectorTile.Protobuf.Internal.Vector_tile.Tile.Value- Geography.VectorTile.Util- Geography.VectorTile.VectorTile- Paths_vectortiles- default-language: Haskell2010--test-suite vectortiles-test- type: exitcode-stdio-1.0- main-is: Test.hs- hs-source-dirs:- test- ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -Wincomplete-uni-patterns -threaded- build-depends:- base >=4.9 && <4.12- , bytestring- , containers- , hashable- , hex >=0.1 && <0.2- , mtl- , protocol-buffers >=2.4 && <2.5- , protocol-buffers-descriptor >=2.4 && <2.5- , tasty >=0.10.1.2- , tasty-hunit >=0.9.2- , text >=1.2 && <1.3- , unordered-containers- , vector >=0.11 && <0.13- , vectortiles- other-modules:- Paths_vectortiles- default-language: Haskell2010--benchmark vectortiles-bench- type: exitcode-stdio-1.0- main-is: Bench.hs- hs-source-dirs:- bench- ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -Wincomplete-uni-patterns -threaded -rtsopts -O2- build-depends:- base >=4.9 && <4.12- , bytestring- , containers- , criterion >=1.1 && <1.5- , hashable- , microlens >=0.4 && <0.5- , microlens-platform >=0.3 && <0.4- , mtl- , protocol-buffers >=2.4 && <2.5- , protocol-buffers-descriptor >=2.4 && <2.5- , text >=1.2 && <1.3- , unordered-containers- , vector >=0.11 && <0.13- , vectortiles- other-modules:- Paths_vectortiles- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.20.0. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 14a8d5b05c51ee218be6a71cd1ca968c3d331d9da687075300ffae7f4686228e + +name: vectortiles +version: 1.4.0 +x-revision: 1 +synopsis: GIS Vector Tiles, as defined by Mapbox. +description: GIS Vector Tiles, as defined by Mapbox. + This library implements version 2.1 of the official Mapbox spec, as defined + here: <https://github.com/mapbox/vector-tile-spec/tree/master/2.1> + . + Note that currently this library ignores top-level protobuf extensions, + /Value/ extensions, and /UNKNOWN/ geometries. +category: Geography +homepage: https://github.com/fosskers/vectortiles +author: Colin Woodbury +maintainer: colingw@gmail.com +license: BSD3 +license-file: LICENSE +build-type: Simple +cabal-version: >= 1.10 + +extra-source-files: + CHANGELOG.md + README.md + test/clearlake.mvt + test/linestring.mvt + test/onepoint.mvt + test/polygon.mvt + test/roads.mvt + +library + hs-source-dirs: + lib + ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -Wincomplete-uni-patterns + build-depends: + base >=4.9 && <4.12 + , bytestring + , containers + , deepseq >=1.4 && <1.5 + , hashable + , mtl + , protocol-buffers >=2.4 && <2.5 + , protocol-buffers-descriptor >=2.4 && <2.5 + , text >=1.2 && <1.3 + , transformers >=0.5 && <0.6 + , unordered-containers + , vector >=0.11 && <0.13 + exposed-modules: + Geography.VectorTile + Geography.VectorTile.Internal + other-modules: + Geography.VectorTile.Geometry + Geography.VectorTile.Protobuf.Internal.Vector_tile + Geography.VectorTile.Protobuf.Internal.Vector_tile.Tile + Geography.VectorTile.Protobuf.Internal.Vector_tile.Tile.Feature + Geography.VectorTile.Protobuf.Internal.Vector_tile.Tile.GeomType + Geography.VectorTile.Protobuf.Internal.Vector_tile.Tile.Layer + Geography.VectorTile.Protobuf.Internal.Vector_tile.Tile.Value + Geography.VectorTile.Util + Geography.VectorTile.VectorTile + Paths_vectortiles + default-language: Haskell2010 + +test-suite vectortiles-test + type: exitcode-stdio-1.0 + main-is: Test.hs + hs-source-dirs: + test + ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -Wincomplete-uni-patterns -threaded + build-depends: + base >=4.9 && <4.12 + , bytestring + , containers + , hashable + , hex >=0.1 && <0.2 + , mtl + , protocol-buffers >=2.4 && <2.5 + , protocol-buffers-descriptor >=2.4 && <2.5 + , tasty >=0.10.1.2 + , tasty-hunit >=0.9.2 + , text >=1.2 && <1.3 + , unordered-containers + , vector >=0.11 && <0.13 + , vectortiles + other-modules: + Paths_vectortiles + default-language: Haskell2010 + +benchmark vectortiles-bench + type: exitcode-stdio-1.0 + main-is: Bench.hs + hs-source-dirs: + bench + ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -Wincomplete-uni-patterns -threaded -rtsopts -O2 + build-depends: + base >=4.9 && <4.12 + , bytestring + , containers + , criterion >=1.1 && <1.6 + , hashable + , microlens >=0.4 && <0.5 + , microlens-platform >=0.3 && <0.4 + , mtl + , protocol-buffers >=2.4 && <2.5 + , protocol-buffers-descriptor >=2.4 && <2.5 + , text >=1.2 && <1.3 + , unordered-containers + , vector >=0.11 && <0.13 + , vectortiles + other-modules: + Paths_vectortiles + default-language: Haskell2010