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: 5a1085adefd24661dcb4f86110e45c0a9535af0b1e7189721c089f0eae60c5d2 name: linenoise version: 0.3.2 synopsis: A lightweight readline-replacement library for Haskell description: Please see the README on GitHub at category: User Interfaces homepage: https://github.com/ejconlon/haskell-linenoise#readme bug-reports: https://github.com/ejconlon/haskell-linenoise/issues author: Stephen Diehl, Eric Conlon maintainer: ejconlon@gmail.com copyright: 2014 Stephen Diehl, 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/haskell-linenoise library exposed-modules: Linenoise Linenoise.Unlift Linenoise.Repl Linenoise.Completion other-modules: Linenoise.FFI Paths_linenoise hs-source-dirs: src ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds include-dirs: cbits c-sources: cbits/linenoise.c cbits/linenoise.h build-depends: base >=4.12 && <5 , bytestring >=0.10 && <1 , exceptions >=0.10 && <1 , mtl >=2.2 && <3 , text >=1.2 && <2 , unliftio-core >=0.1 && <1 default-language: Haskell2010 executable linenoise-demo main-is: Main.hs other-modules: Paths_linenoise 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 , exceptions >=0.10 && <1 , linenoise , mtl >=2.2 && <3 , text >=1.2 && <2 , unliftio-core >=0.1 && <1 default-language: Haskell2010