cursor-brick-0.1.0.0: cursor-brick.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: dd4cb07a29abf9dd36525dc5fa9f67eb370539e7b2f41f461bafbd5e117883d9
name: cursor-brick
version: 0.1.0.0
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 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