cursor-brick-0.1.0.1: cursor-brick.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 82a9a86981d41920d447ea66bb4dd96699c682e74f16c813673d5ede5e28fdb9
name: cursor-brick
version: 0.1.0.1
description: Please see the README on GitHub at <https://github.com/NorfairKing/cursor-brick#readme>
homepage: https://github.com/NorfairKing/cursor-brick#readme
bug-reports: https://github.com/NorfairKing/cursor-brick/issues
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
copyright: Copyright: (c) 2019-2021 Tom Sydney Kerckhove
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
ChangeLog.md
source-repository head
type: git
location: https://github.com/NorfairKing/cursor-brick
library
exposed-modules:
Cursor.Brick
Cursor.Brick.Forest
Cursor.Brick.List
Cursor.Brick.List.NonEmpty
Cursor.Brick.Map
Cursor.Brick.Map.KeyValue
Cursor.Brick.Text
Cursor.Brick.TextField
Cursor.Brick.Tree
other-modules:
Paths_cursor_brick
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, brick
, cursor
, text
default-language: Haskell2010