From ab3f2435bb9baeadd89070f2b9f2aa88455f65a7 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 1 Feb 2019 20:40:49 +0000 Subject: Try and fix GHC issues --- src/PFM.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PFM.hs b/src/PFM.hs index 9986e47..df2c317 100644 --- a/src/PFM.hs +++ b/src/PFM.hs @@ -12,7 +12,7 @@ Debevec PFM reader module PFM where -import Control.Applicative ((<|>)) +import Control.Applicative ((<$>), (<|>)) import Data.Attoparsec.ByteString (Parser) import qualified Data.Attoparsec.ByteString as P import Data.Binary.Get (runGet) -- cgit