diff options
author | Griffin Smith <root@gws.fyi> | 2019-09-01T20·21-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-09-02T14·52-0400 |
commit | adb3b74c0c3a3bffa0d47f52036fde3623f859f7 (patch) | |
tree | 3a2e416ea31f92562ba6eabf0fc4ddf2974b24b7 /src/Xanthous/Random.hs | |
parent | 2fd3e4c9ad28b77a0d167ceefe879ca80ee1ee04 (diff) |
Link up messages to the overall game
Add a "say" function for saying messages within an app monad to the user, and link everything up to display them and track their history
Diffstat (limited to 'src/Xanthous/Random.hs')
-rw-r--r-- | src/Xanthous/Random.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Xanthous/Random.hs b/src/Xanthous/Random.hs index a3a1124f2780..33ada54cf105 100644 --- a/src/Xanthous/Random.hs +++ b/src/Xanthous/Random.hs @@ -8,7 +8,6 @@ module Xanthous.Random import Xanthous.Prelude import Data.List.NonEmpty (NonEmpty) -import System.Random import Control.Monad.Random.Class (MonadRandom(getRandomR)) class Choose a where |