ascii-cows: A collection of ASCII cows. Moo.

[ acme, bsd3, library ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0, 0.0.2.0
Dependencies base (>=4.7 && <5), random-extras, random-fu, text [details]
License BSD-3-Clause
Author Pascal Hartig
Maintainer Pascal Hartig <phartig@rdrei.net>
Category Acme
Home page http://github.com/passy/cows-hs
Uploaded by passy at 2016-10-25T20:42:03Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1638 total (22 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-10-28 [all 1 reports]

Readme for ascii-cows-0.0.2.0

[back to package description]

cows

Build Status

400+ ASCII 🐮s

> import Cows (randomCow)
> import Data.Random.RVar (runRVar)
> import Data.Random.Source.DevRandom (DevRandom(DevURandom))
> import qualified Data.Text.IO as TIO
> TIO.putStrLn =<< runRVar randomCow DevURandom
         (__)
         (oo)
  /-------\/__
 / |     |__\/  \~~~~~~~/
*  ||----|       \_____/
   ^^    ^
    Cow punch

See Also

License

MIT © Sindre Sorhus & Pascal Hartig