choose-exe-0.1.0.0: choose-exe.cabal
-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack
name: choose-exe
version: 0.1.0.0
synopsis: Command-line program to choose random element from a stream.
description: A command-line program that reads lines from stdin and outputs some fixed number of them, selected uniformly at random.
category: Application
author: Chris Martin <ch.martin@gmail.com>
maintainer: Chris Martin <ch.martin@gmail.com>
license: Apache-2.0
license-file: license.txt
build-type: Simple
cabal-version: >= 1.10
library
hs-source-dirs:
.
ghc-options: -Wall -fwarn-unused-imports
build-depends:
base >= 4.7 && < 5
, choose
, optparse-applicative
, text
exposed-modules:
Data.Random.Choose.Executable
Data.Random.Choose.Executable.Args
other-modules:
Paths_choose_exe
default-language: Haskell2010
executable choose
main-is: choose.hs
hs-source-dirs:
.
ghc-options: -Wall -fwarn-unused-imports
build-depends:
base >= 4.7 && < 5
, choose
, optparse-applicative
, text
other-modules:
Data.Random.Choose.Executable
Data.Random.Choose.Executable.Args
default-language: Haskell2010