microlens-process 0.0.1.0 → 0.0.1.1
raw patch · 2 files changed
+3/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- microlens-process.cabal +2/−3
README.md view
@@ -1,4 +1,4 @@-# lens-process+# microlens-process [](https://hackage.haskell.org/package/microlens-process) [](https://travis-ci.org/emilypi/lens-process)
microlens-process.cabal view
@@ -4,7 +4,7 @@ -- http://haskell.org/cabal/users-guide/ name: microlens-process-version: 0.0.1.0+version: 0.0.1.1 synopsis: Micro-optics for the process library description: 'microlens-process' is a set of multi-purpose optics and convenience@@ -32,8 +32,7 @@ library exposed-modules: System.Process.Microlens , System.Process.Microlens.CreateProcess- -- other-modules:- -- other-extensions:+ build-depends: base >= 4.0 && < 5 , filepath >= 1.0 && < 1.5 , microlens >= 0.4.11 && < 4.12