Use Linear.V2 instead of tuples

This commit is contained in:
Sam Tay 2017-07-02 00:46:16 -04:00
parent 23e513f003
commit 2c150c7b27
5 changed files with 48 additions and 47 deletions

View file

@ -20,7 +20,8 @@ library
, UI.Game
build-depends: base >= 4.7 && < 5
, brick
, containers == 0.5.10.2
, containers
, linear
, microlens
, microlens-th
, random