packages feed

acme-lolcat-0.1: acme-lolcat.cabal

name:                acme-lolcat
version:             0.1
homepage:            https://github.com/llelf/acme-lolcat
synopsis:            LOLSPEAK translator
description:	     LOLSPEAK translator
license:             BSD3
license-file:        LICENSE
author:              Antonio Nikishaev <me@lelf.lu>
maintainer:          Antonio Nikishaev <me@lelf.lu>
copyright:           2013,2014 Antonio Nikishaev
category:            Acme
build-type:          Simple
cabal-version:       >=1.14
extra-source-files:  README.markdown
tested-with:         GHC==7.6.3, GHC==7.8.3, GHC==7.9.20140419

library
  exposed-modules:     Acme.LOLCAT, Acme.LOLCAT.IO
  build-depends:       
        base >= 4.5 && < 5, parsec >= 1.3.1, text >= 0.11.3.1,
        random >= 1.0.1.1, random-shuffle >= 0.0.4
  default-language:    Haskell2010
--  ghc-options: -Wall

source-repository head
  type:     git
  location: https://github.com/llelf/acme-lolcat

source-repository head
  type:     darcs
  location: http://hub.darcs.net/lelf/acme-lolcat