about summary refs log tree commit diff
path: root/xanthous.cabal
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2019-09-28T19·02-0400
committerGriffin Smith <root@gws.fyi>2019-09-28T19·03-0400
commitec39dc0a5bed58e0b0b48eeac98e0fd0ceaa65db (patch)
tree65a53bd79b15020572524db0a6e65ec549b5ab24 /xanthous.cabal
parentabea2dcfac0e094bf4ce0d378763af7816b04501 (diff)
Tweak gormlak movement slightly
- Don't let gormlaks run into things like walls or each other
- Add a small element of randomness to gormlaks' motion
- Increase gormlaks' vision by a large amount
Diffstat (limited to 'xanthous.cabal')
-rw-r--r--xanthous.cabal11
1 files changed, 10 insertions, 1 deletions
diff --git a/xanthous.cabal b/xanthous.cabal
index e0a2571677..022b644209 100644
--- a/xanthous.cabal
+++ b/xanthous.cabal
@@ -4,7 +4,7 @@ cabal-version: 1.12
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 121c6fd553f5e73ac5ff4c89f17eacc3a85997255aba87390943a418b439896c
+-- hash: ad4acf50f6be0dc7ae6c68d9920b61c2d32b5d759aae7311a124d159b4a9bc7f
 
 name:           xanthous
 version:        0.1.0.0
@@ -96,6 +96,9 @@ library
     , quickcheck-instances
     , quickcheck-text
     , random
+    , random-extras
+    , random-fu
+    , random-source
     , raw-strings-qq
     , reflection
     , stache
@@ -173,6 +176,9 @@ executable xanthous
     , quickcheck-instances
     , quickcheck-text
     , random
+    , random-extras
+    , random-fu
+    , random-source
     , raw-strings-qq
     , reflection
     , stache
@@ -228,6 +234,9 @@ test-suite test
     , quickcheck-instances
     , quickcheck-text
     , random
+    , random-extras
+    , random-fu
+    , random-source
     , raw-strings-qq
     , reflection
     , stache