Coadjute 0.1.0 → 0.1.1
raw patch · 2 files changed
+12/−14 lines, 2 filesdep ~basedep ~containersdep ~directoryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, containers, directory, filepath, mtl, pureMD5, safe
API changes (from Hackage documentation)
Files
- CHANGELOG.txt +3/−0
- Coadjute.cabal +9/−14
CHANGELOG.txt view
@@ -1,3 +1,6 @@+0.1.1, 2011-03-17:+ Updated dependencies, nothing more.+ 0.1.0, 2010-04-01: Got rid of the regex-dfa dependency.
Coadjute.cabal view
@@ -1,7 +1,7 @@-Cabal-Version: >= 1.2+Cabal-Version: >= 1.6 Name: Coadjute-Version: 0.1.0+Version: 0.1.1 Homepage: http://iki.fi/matti.niemenmaa/coadjute/ Synopsis: A generic build tool Category: Development@@ -36,25 +36,20 @@ Extra-Source-Files: CHANGELOG.txt --- Executable coadjute--- Main-Is: Main.hs--- Build-Depends: base--- Other-Modules: ??- Library- Build-Depends: base >= 4 && < 5+ Build-Depends: base >= 4 && < 4.4 , array >= 0.1 && < 0.4 , bytestring >= 0.9 && < 0.10- , containers >= 0.2 && < 0.4- , directory >= 1.0 && < 1.1- , filepath >= 1.1 && < 1.2- , mtl >= 1.1 && < 1.2+ , containers >= 0.2 && < 0.5+ , directory >= 1.0 && < 1.2+ , filepath >= 1.1 && < 1.3+ , mtl >= 1.1 && < 2.1 , old-time >= 1.0 && < 1.1 , pretty >= 1.0.1 && < 1.1 , bytestring-csv >= 0.1.2 && < 0.2 , fgl >= 5.4 && < 5.5- , pureMD5 >= 0.2.4 && < 1.2- , safe >= 0.2 && < 0.3+ , pureMD5 >= 0.2.4 && < 2.2+ , safe >= 0.2 && < 0.4 , utf8-string >= 0.3 && < 0.4 Exposed-Modules: Coadjute