climb-0.6.0: climb.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.39.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: b29667bdc4492f0f51fe1df41c406056b9bbde355adb6a41eb975a30c7e7af10
name: climb
version: 0.6.0
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
default-extensions:
DerivingStrategies
GeneralizedNewtypeDeriving
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.5.0 && <1
, mtl >=2.2 && <3
, text >=1.2 && <3
, unliftio-core >=0.1 && <1
default-language: Haskell2010
executable climb-demo
main-is: Main.hs
other-modules:
Paths_climb
hs-source-dirs:
app
default-extensions:
DerivingStrategies
GeneralizedNewtypeDeriving
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.5.0 && <1
, mtl >=2.2 && <3
, text >=1.2 && <3
, unliftio-core >=0.1 && <1
default-language: Haskell2010