climb-0.3.2: climb.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: e47ca468edac8fb8de27be29aa1586accddc79a5cae5dd00f6ce8565478032b1
name: climb
version: 0.3.2
synopsis: Building blocks for a GHCi-like REPL with colon-commands
description: Please see the README on GitHub at <https://github.com/ejconlon/climb#readme>
category: User Interfaces
homepage: https://github.com/ejconlon/climb#readme
bug-reports: https://github.com/ejconlon/climb/issues
author: Eric Conlon
maintainer: ejconlon@gmail.com
copyright: (c) 2019 Eric Conlon
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/ejconlon/climb
library
exposed-modules:
Climb
other-modules:
Paths_climb
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds
build-depends:
base >=4.12 && <5
, bytestring >=0.10 && <1
, containers >=0.6 && <1
, exceptions >=0.10 && <1
, linenoise >=0.3.2 && <1
, mtl >=2.2 && <3
, text >=1.2 && <2
, unliftio-core >=0.1 && <1
default-language: Haskell2010
executable climb-demo
main-is: Main.hs
other-modules:
Paths_climb
hs-source-dirs:
app
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.12 && <5
, bytestring >=0.10 && <1
, climb
, containers >=0.6 && <1
, exceptions >=0.10 && <1
, linenoise >=0.3.2 && <1
, mtl >=2.2 && <3
, text >=1.2 && <2
, unliftio-core >=0.1 && <1
default-language: Haskell2010