zipper-extra 0.1.3.0 → 0.1.3.1
raw patch · 3 files changed
+13/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- src/Control/Comonad/Zipper/Extra.hs +9/−0
- zipper-extra.cabal +3/−3
LICENSE view
@@ -1,4 +1,4 @@-Copyright Author name here (c) 2020+Copyright Daniel Firth (c) 2020 All rights reserved.
src/Control/Comonad/Zipper/Extra.hs view
@@ -1,3 +1,12 @@+{- |+ Module : Control.Comonad.Zipper.Extra+ Copyright : Copyright (C) 2020 Daniel Firth+ Maintainer : Daniel Firth <dan.firth@homotopic.tech+ License : MIT+ Stability : experimental++Extra utilities for the `Zipper` comonad.+-} module Control.Comonad.Zipper.Extra ( Control.Comonad.Store.Zipper.Zipper , Control.Comonad.Store.Zipper.zipper
zipper-extra.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.33.1.+-- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack ----- hash: b0aba807b4c0f0eef767d30ec62bf9c0df2baee33ef15205c7b9e6a864ffcae4+-- hash: 009c6d5a242a7bfa8126e4769efd8fd30dcc90f1e1d9d134071118e6e3a6effd name: zipper-extra-version: 0.1.3.0+version: 0.1.3.1 synopsis: Zipper utils that weren't in Control.Comonad.Store.Zipper description: Adds some utility functions for and reexports Control.Comonad.Store.Zipper category: Comonads