aboutsummaryrefslogtreecommitdiffstats
path: root/pfm.cabal
diff options
context:
space:
mode:
authorYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-21 14:40:04 +0000
committerYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-21 14:40:27 +0000
commit711deffd693615530ec9a12f7c3e58682633e032 (patch)
tree3444d8a7fba3e3c6f894809db90b52b022c87f13 /pfm.cabal
parentf9985ed4a104f8df2068336d4958dd4a2be0acb0 (diff)
downloadpfm-711deffd693615530ec9a12f7c3e58682633e032.tar.gz
pfm-711deffd693615530ec9a12f7c3e58682633e032.zip
Add Vector instead of List to store colour
Diffstat (limited to 'pfm.cabal')
-rw-r--r--pfm.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pfm.cabal b/pfm.cabal
index 065ff64..b0d3199 100644
--- a/pfm.cabal
+++ b/pfm.cabal
@@ -35,6 +35,7 @@ library
, text >=1.2 && <1.3
, binary >=0.8 && <0.9
, data-binary-ieee754 >=0.4 && <0.5
+ , vector >=0.12 && <0.13
default-extensions: OverloadedStrings
executable readpfm