packages feed

cursor-brick-0.0.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: 7d8cfb93a2e1e9e9cbfb16cbe022245b498e38c2b591cb9da187759a356bee6f

name:           cursor-brick
version:        0.0.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.Tree
  other-modules:
      Paths_cursor_brick
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , brick
    , cursor
  default-language: Haskell2010