cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack -- -- hash: 13958ca7b14089cca51ac048a8cea2d64d6e8e460fa1cddae5a3d4f5bd15ec68 name: climb version: 0.4.0 synopsis: Building blocks for a GHCi-like REPL with colon-commands description: Please see the README on GitHub at 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.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 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.3.2 && <1 , mtl >=2.2 && <3 , text >=1.2 && <2 , unliftio-core >=0.1 && <1 default-language: Haskell2010