aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-12-28 03:51:35 +0000
committerYann Herklotz <git@yannherklotz.com>2020-12-28 03:51:35 +0000
commit91f87514ceb9483df57e8fb1c07c63185b8df995 (patch)
tree0e465407aec5ed606826bf3159e66b74400069f0
parent0f94360c169e82251d4da5e36d19fb5960df23dc (diff)
downloadVivant-91f87514ceb9483df57e8fb1c07c63185b8df995.tar.gz
Vivant-91f87514ceb9483df57e8fb1c07c63185b8df995.zip
Fix dependencies
-rw-r--r--vivant.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/vivant.cabal b/vivant.cabal
index 518d95c..fcae8ab 100644
--- a/vivant.cabal
+++ b/vivant.cabal
@@ -32,6 +32,7 @@ executable vivant
OpenGL >=3.0.3.0 && <3.1,
bytestring >=0.10 && <0.11,
vector >=0.12.1.2 && <0.13,
- JuicyPixels >=3.3 && <3.4
+ JuicyPixels >=3.3 && <3.4,
+ linear >=1.21 && <1.22
hs-source-dirs: src
default-language: Haskell2010