acme-cuteboy-0.1.0.0: acme-cuteboy.cabal
name: acme-cuteboy
version: 0.1.0.0
synopsis: Maybe gives you a cute boy
description: A package which exists solely to try and give
the user a cute boy. Executable and library are both
available.
homepage: https://github.com/chessai/acme-cuteboy
license: PublicDomain
author: chessai
maintainer: chessai1996@gmail.com
category: Acme
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Acme.CuteBoy
build-depends: base >= 3 && <6
hs-source-dirs: src
default-language: Haskell2010
executable CuteBoy
build-depends: base >=3 && <6
, acme-cuteboy
hs-source-dirs: src
main-is: Main.hs
other-modules: Acme.CuteBoy
default-language: Haskell2010