packages feed

cursor-0.0.0.1: cursor.cabal

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

name:           cursor
version:        0.0.0.1
synopsis:       Purely Functional Cursors
description:    Purely Functional Cursors for common data structures
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
cabal-version:  >= 1.10

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