From 711deffd693615530ec9a12f7c3e58682633e032 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Grave Date: Thu, 21 Feb 2019 14:40:04 +0000 Subject: Add Vector instead of List to store colour --- pfm.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'pfm.cabal') 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 -- cgit