packages feed

roller 0.1.2 → 0.1.3

raw patch · 2 files changed

+5/−2 lines, 2 files

Files

Roller/Core.hs view
@@ -1,4 +1,7 @@-module Roller.Core (main) where+module Roller.Core (+    main+  , roll+) where  import Roller.Types import Roller.Parse
roller.cabal view
@@ -1,5 +1,5 @@ name:                roller-version:             0.1.2+version:             0.1.3 synopsis:            Playing with applicatives and dice! description:         A basic library and program for simulated rolling of                      polyhedral dice, as would be used in pen and paper RPGs.