Cabal revisions of wkt-0.3.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: wkt version: 0.3.2+x-revision: 1 synopsis: Parsec parsers and types for geographic data in well-known text (WKT) format. description: Parsec parsers and types for geographic metadata in the well-known library exposed-modules: Data.Geo.WKT, Data.Geo.WKT.Types, Data.Geo.WKT.Parser other-extensions: TemplateHaskell- build-depends: base >=4.6 && <4.11,- lens >=3.9 && <4.16,+ build-depends: base >=4.6 && <4.12,+ lens >=3.9 && <4.18, linear >=1.3 && <1.21,- trifecta >=1.5 && <1.8+ trifecta >=1.5 && <2.1 hs-source-dirs: src default-language: Haskell2010 lens, linear, trifecta,- tasty >= 0.11 && < 1.0,+ tasty >= 0.11 && < 1.2, tasty-golden >= 2.3 && < 3.0, wkt