packages feed

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 view
@@ -1,4 +1,4 @@-# lens-process+# microlens-process  [![Hackage](https://img.shields.io/hackage/v/microlens-process.svg)](https://hackage.haskell.org/package/microlens-process) [![Build Status](https://travis-ci.org/emilypi/lens-process.svg?branch=master)](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