climb-0.5.0: climb.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: a74d63a6492ae659aa9ca016c20dbb590adfb5e347df479d81021fe81895cec1
name: climb
version: 0.5.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.4.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.4.0 && <1
, mtl >=2.2 && <3
, text >=1.2 && <3
, unliftio-core >=0.1 && <1
default-language: Haskell2010