-- Initial osmand-mirror.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: osmand version: 1.2.0 synopsis: OsmAnd Mirror description: OsmAnd Mirror API license: BSD3 license-file: LICENSE author: Alexandre Peyroux maintainer: alex@xn--wxa.email homepage: https://github.com/apeyroux/osmand bug-reports: https://github.com/apeyroux/osmand/issues -- copyright: BSD3 category: geography, library build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 source-repository head type: git location: https://github.com/apeyroux/osmand library exposed-modules: OsmAnd hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall build-depends: base >= 4.5 && < 4.7 , text , hxt , hxt-http , mtl , data-default executable osmand main-is: Main.hs -- other-modules: -- other-extensions: ghc-options: -Wall build-depends: base >= 4.5 && < 4.7 , osmand , text , hxt , hxt-http , mtl , data-default , optparse-applicative , ascii-progress , bytestring , conduit , http-conduit , http-types , resourcet , directory hs-source-dirs: src default-language: Haskell2010