ascii-cows-0.0.2.0: ascii-cows.cabal
-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack
name: ascii-cows
version: 0.0.2.0
synopsis: A collection of ASCII cows. Moo.
description: Please see README.md
category: Acme
homepage: http://github.com/passy/cows-hs
author: Pascal Hartig
maintainer: Pascal Hartig <phartig@rdrei.net>
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
stack.yaml
library
hs-source-dirs:
src
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind
build-depends:
base >= 4.7 && < 5
, text
, random-fu
, random-extras
exposed-modules:
Cows
Cows.All
Cows.Types
other-modules:
Paths_ascii_cows
default-language: Haskell2010