Cabal revisions of microlens-process-0.0.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: >=1.10--- Initial package description 'microlens-process.cabal' generated by--- 'cabal init'. For further documentation, see--- http://haskell.org/cabal/users-guide/--name: microlens-process-version: 0.0.2.0-synopsis: Micro-optics for the process library-description:- 'microlens-process' is a set of multi-purpose optics and convenience- combinators for working with the `process` library, including- a more well-typed api for the parts that can be typed.-homepage: https://github.com/emilypi/lens-process-bug-reports: https://github.com/emilypi/lens-process/issues-license: BSD3-license-file: LICENSE-author: Emily Pillmore-maintainer: emilypi@cohomolo.gy-copyright: (c) 2019 Emily Pillmore-category: System-build-type: Simple-extra-source-files: CHANGELOG.md, README.md-tested-with: GHC == 8.0.2- , GHC == 8.4.3- , GHC == 8.4.4- , GHC == 8.6.3- , GHC == 8.6.5--source-repository head- type: git- location: https://github.com/emilypi/lens-process.git--library- exposed-modules: System.Process.Microlens- , System.Process.Microlens.CreateProcess-- build-depends: base >= 4.0 && < 5- , filepath >= 1.0 && < 1.5- , microlens >= 0.4.11 && < 4.12- , process >= 1.4 && < 1.7-- hs-source-dirs: src- default-language: Haskell2010+cabal-version: >=1.10 +-- Initial package description 'microlens-process.cabal' generated by +-- 'cabal init'. For further documentation, see +-- http://haskell.org/cabal/users-guide/ + +name: microlens-process +version: 0.0.2.0 +x-revision: 1 +synopsis: Micro-optics for the process library +description: + 'microlens-process' is a set of multi-purpose optics and convenience + combinators for working with the `process` library, including + a more well-typed api for the parts that can be typed. +homepage: https://github.com/emilypi/lens-process +bug-reports: https://github.com/emilypi/lens-process/issues +license: BSD3 +license-file: LICENSE +author: Emily Pillmore +maintainer: emilypi@cohomolo.gy +copyright: (c) 2019 Emily Pillmore +category: System +build-type: Simple +extra-source-files: CHANGELOG.md, README.md +tested-with: GHC == 8.0.2 + , GHC == 8.4.3 + , GHC == 8.4.4 + , GHC == 8.6.3 + , GHC == 8.6.5 + +source-repository head + type: git + location: https://github.com/emilypi/lens-process.git + +library + exposed-modules: System.Process.Microlens + , System.Process.Microlens.CreateProcess + + build-depends: base >= 4.9 && < 5 + , filepath >= 1.0 && < 1.5 + , microlens >= 0.4.11 && < 4.12 + , process >= 1.4 && < 1.7 + + hs-source-dirs: src + default-language: Haskell2010
revision 2
name: microlens-process version: 0.0.2.0 -x-revision: 1 +x-revision: 2 synopsis: Micro-optics for the process library description: 'microlens-process' is a set of multi-purpose optics and convenience exposed-modules: System.Process.Microlens , System.Process.Microlens.CreateProcess - build-depends: base >= 4.9 && < 5 + build-depends: base >= 4.8 && < 5 , filepath >= 1.0 && < 1.5 , microlens >= 0.4.11 && < 4.12 , process >= 1.4 && < 1.7
revision 3
name: microlens-process version: 0.0.2.0 -x-revision: 2 +x-revision: 3 synopsis: Micro-optics for the process library description: 'microlens-process' is a set of multi-purpose optics and convenience build-depends: base >= 4.8 && < 5 , filepath >= 1.0 && < 1.5 - , microlens >= 0.4.11 && < 4.12 + , microlens >= 0.3.0 && < 0.4.12 , process >= 1.4 && < 1.7 hs-source-dirs: src