-- Initial postcodes.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: postcodes version: 0.1.1 synopsis: A library that gets postcode information from the uk-postcodes.com description: This library uses uk-postcodes.com to find the latitude and longitude of a postcode, postcodes in a certain area and the postcode that a location fits into license: BSD3 license-file: LICENSE author: Matthew Hall maintainer: hailmattyhalluk@gmail.com homepage: https://github.com/mattyhall/haskell-postcodes bug-reports: https://github.com/mattyhall/haskell-postcodes/issues -- copyright: category: Network APIs build-type: Simple cabal-version: >=1.8 library exposed-modules: Data.Locations.Postcodes -- other-modules: build-depends: base >= 4.6 && < 5, HTTP >= 3000, aeson, bytestring