linenoise-0.4.2: linenoise.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: fe699d3f8d98d113f63c1ac0e1cd5597a7e3533238e63980f5e5c6a1b8a2dfff
name: linenoise
version: 0.4.2
synopsis: A lightweight readline-replacement library for Haskell
description: Please see the README on GitHub at <https://github.com/ejconlon/haskell-linenoise#readme>
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
install-includes:
cbits/linenoise.h
c-sources:
cbits/linenoise.c
build-depends:
base >=4.12 && <5
, bytestring >=0.10 && <1
, exceptions >=0.10 && <1
, mtl >=2.2 && <3
, text >=1.2 && <3
, 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
install-includes:
cbits/linenoise.h
build-depends:
base >=4.12 && <5
, bytestring >=0.10 && <1
, exceptions >=0.10 && <1
, linenoise
, mtl >=2.2 && <3
, text >=1.2 && <3
, unliftio-core >=0.1 && <1
default-language: Haskell2010