Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMD committed Apr 21, 2012
1 parent 0a073e7 commit 97cc1db
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions osm-download.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: osm-download
Version: 0.3.3
Version: 0.3.4
Synopsis: Download Open Street Map tiles
Description: Download and locally cache open street map tiles based on HTTP
cache control headers.
Expand All @@ -16,26 +16,26 @@ Cabal-version: >=1.6
Library
Exposed-modules: Network.OSM
Build-depends: base >= 4 && < 5
, conduit >= 0.2 && < 0.3
, conduit >= 0.2 && < 0.5
, pool-conduit >= 0.0.0.1
, http-conduit >= 1.2 && < 1.3
, http-conduit >= 1.2 && < 1.5
, http-types >= 0.6 && < 0.7
, bytestring >= 0.8 && < 1.0
, gps >= 1.0.1 && < 1.1
, containers >= 0.3 && < 0.5
, persistent-sqlite >= 0.8 && < 0.9
, persistent-template >= 0.8 && < 0.9
, persistent >= 0.8 && < 0.9
, mtl >= 2.0 && < 2.1
, persistent-sqlite >= 0.8 && < 0.10
, persistent-template >= 0.8 && < 0.10
, persistent >= 0.8 && < 0.10
, mtl >= 2.0 && < 2.2
, transformers-base >= 0.4 && < 0.5
, transformers >= 0.2 && < 0.3
, transformers >= 0.2 && < 0.4
, time >= 1.2 && < 1.5
, stm >= 2.2 && < 2.4
, monadIO >= 0.10 && < 0.11
, stm-chans >= 1.2 && < 1.4
, text >= 0.11 && < 0.12
, monad-control >= 0.3 && < 0.4
, data-default >= 0.3 && < 0.4
, data-default >= 0.3 && < 0.5
, directory >= 1.1 && < 1.2
Other-modules: Paths_osm_download
-- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
Expand Down

0 comments on commit 97cc1db

Please sign in to comment.