Skip to content

Instantly share code, notes, and snippets.

@moodmosaic
Last active July 19, 2017 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moodmosaic/01cd775c8448cbf1c2b6955178487a58 to your computer and use it in GitHub Desktop.
Save moodmosaic/01cd775c8448cbf1c2b6955178487a58 to your computer and use it in GitHub Desktop.
version: 0.1
name:
PollingConsumer
license:
MIT
author:
Mark Seemann
maintainer:
Mark Seemann <mark@example.com>
homepage:
http://blog.ploeh.dk/2017/06/28/pure-times-in-haskell/
bug-reports:
https://github.com/ploeh/ploeh.github.com#readme
synopsis:
A Polling Consumer implementation written in Haskell.
description:
A Polling Consumer implementation written in Haskell.
.
To get started quickly, read the blog post:
http://blog.ploeh.dk/2017/06/28/pure-times-in-haskell/
category:
Monads, Haskell
license:
MIT
license-file:
LICENSE
cabal-version:
>= 1.8
build-type:
Simple
tested-with:
GHC == 8.0.2
extra-source-files:
README.md
library
build-depends:
base
, time
, free
, random
ghc-options:
-Wall
hs-source-dirs:
src
exposed-modules:
PollingConsumer
resolver: lts-8.23
@moodmosaic
Copy link
Author

moodmosaic commented Jul 19, 2017

Make sure to put the modules from here to a folder called src — or adjust the PollingConsumer.cabal file accordingly. (LICENSE and README.md can be empty files.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment