autoproc 0.1 → 0.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- autoproc.cabal +3/−3
autoproc.cabal view
@@ -1,5 +1,5 @@ name: autoproc-version: 0.1+version: 0.1.1 synopsis: EDSL for Procmail scripts description: Autoproc is a utility which allows you to write an email filterer in an Haskell EDSL (embedded domain specific language); autoproc will then compile@@ -11,7 +11,7 @@ license-file: LICENSE author: Jason Dagit maintainer: Jason Dagit <dagit@codersbase.com>-homepage: http://projects.codersbase.com/repos/autoproc+homepage: http://code.haskell.org/autoproc build-type: Simple Cabal-Version: >= 1.2@@ -25,7 +25,7 @@ build-depends: base>3, mtl, unix, directory, process - ghc-options: -Wall -optl-Wl,-s+ ghc-options: -Wall ghc-prof-options: -prof -auto-all Executable autoproc