packages feed

cursor-0.2.0.0: cursor.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 198732d25b67091588b88dbc6fd99fc8847ea61c7ebadc1ce7a7f313a60a70eb

name:           cursor
version:        0.2.0.0
synopsis:       Purely Functional Cursors
description:    Purely Functional Cursors for common data structures
                .
                See https://cs-syd.eu/tags/cursors for more information.
category:       Editor
homepage:       https://github.com/NorfairKing/cursor
author:         Tom Sydney Kerckhove
maintainer:     syd@cs-syd.eu
copyright:      Copyright: (c) 2018 Tom Sydney Kerckhove
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    CHANGELOG.md

library
  exposed-modules:
      Cursor.Forest
      Cursor.List
      Cursor.List.NonEmpty
      Cursor.Map
      Cursor.Map.KeyValue
      Cursor.Simple.Forest
      Cursor.Simple.List.NonEmpty
      Cursor.Simple.Map
      Cursor.Simple.Map.KeyValue
      Cursor.Simple.Tree
      Cursor.Text
      Cursor.TextField
      Cursor.Tree
      Cursor.Tree.Base
      Cursor.Tree.Collapse
      Cursor.Tree.Delete
      Cursor.Tree.Demote
      Cursor.Tree.Draw
      Cursor.Tree.Insert
      Cursor.Tree.Movement
      Cursor.Tree.Promote
      Cursor.Tree.Swap
      Cursor.Tree.Types
      Cursor.Types
  other-modules:
      Paths_cursor
  hs-source-dirs:
      src/
  ghc-options: -Wall
  build-depends:
      base <5
    , containers
    , microlens
    , text
    , validity >=0.8.0.0
    , validity-containers
    , validity-text
  default-language: Haskell2010