-- Initial gpolyline.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: gpolyline version: 0.1.0.0 synopsis: Pure module for encoding/decoding Google Polyline description: Pure module for encoding/decoding Google Polyline homepage: https://github.com/fegu/gpolyline license: BSD3 license-file: LICENSE author: Finn Espen Gundersen maintainer: Finn Espen Gundersen copyright: Finn Espen Gundersen category: Graphics build-type: Simple cabal-version: >=1.8 library exposed-modules: GPolyline build-depends: base ==4.6.*, split ==0.2.* source-repository head type: git location: https://github.com/fegu/gpolyline.git