zipper-extra-0.1.2.0: zipper-extra.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: a2dff3a722a11cc68cda3cfaf56d455945de1a9c34ee268ad02e049c6a34886a
name: zipper-extra
version: 0.1.2.0
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
author: Daniel Firth
maintainer: dan.firth@homotopic.tech
copyright: 2020 Daniel Firth
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
library
exposed-modules:
Control.Comonad.Zipper.Extra
other-modules:
Paths_zipper_extra
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, comonad
, comonad-extras
, exceptions
, split
default-language: Haskell2010