list-zipper-0.0.12: list-zipper.cabal
name: list-zipper
version: 0.0.12
license: BSD3
license-file: LICENCE
author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
maintainer: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
copyright: Copyright (c) 2018-2019, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
Copyright (c) 2020-2024 Tony Morris
synopsis: A list zipper
category: Data
description:
<<https://system-f.gitlab.io/logo/systemf-450x450.jpg>>
.
A list zipper.
homepage: https://github.com/system-f/list-zipper
bug-reports: https://github.com/system-f/list-zipper/issues
cabal-version: >= 1.10
build-type: Simple
extra-source-files: changelog.md
source-repository head
type: git
location: git@github.com:system-f/list-zipper.git
library
default-language:
Haskell2010
build-depends:
base >= 4.8 && < 5
, deriving-compat >= 0.5 && < 1
, lens >= 4 && < 6
, comonad >= 5.0 && < 6
, MonadRandom >= 0.5 && < 1
, random-shuffle >= 0.0.4 && < 1
, semigroupoids >= 5.1 && < 7
, semigroups >= 0.16 && < 1
, mtl >= 2.2 && < 3
, transformers >= 0.4.1 && < 1
ghc-options:
-Wall
default-extensions:
NoImplicitPrelude
hs-source-dirs:
src
exposed-modules:
Data.ListZipper
test-suite tests
build-depends: base >= 4.8 && < 5
, checkers >= 0.4.6 && < 1
, list-zipper
, lens >= 4 && < 6
, tasty >= 1 && < 2
, tasty-hunit >= 0.9 && < 1
, tasty-quickcheck >= 0.8.4
, hedgehog >= 1.5 && < 2
, hedgehog-fn >= 1 && < 2
, QuickCheck >= 2.15 && < 3
, mtl >= 2.2 && < 3
, tasty-hedgehog >= 0.2
, transformers >= 0.4.1 && < 1
type:
exitcode-stdio-1.0
main-is:
Tests.hs
hs-source-dirs:
test
default-language:
Haskell2010
ghc-options:
-Wall