linenoise-0.3.0: linenoise.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9c5adcaeb5854166e0c083c000d0b95aefa62722036500d6cc7104cdd13c9ea3
name: linenoise
version: 0.3.0
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
c-sources:
cbits/linenoise.c
build-depends:
base >=4.12 && <5
, bytestring >=0.10
, exceptions >=0.10
, mtl >=2.2
, text >=1.2
, unliftio-core >=0.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
, exceptions >=0.10
, linenoise
, mtl >=2.2
, text >=1.2
, unliftio-core >=0.1
default-language: Haskell2010