Remove explicit resolvers.

This commit is contained in:
David Himmelstrup 2020-07-08 11:37:29 +08:00
commit 946f4088e2
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env stack
-- stack --resolver lts-15.04 runghc --package reanimate
-- stack runghc --package reanimate
module Main where
import Codec.Picture.Types

View file

@ -1,5 +1,5 @@
#!/usr/bin/env stack
-- stack --resolver lts-15.04 runghc --package reanimate
-- stack runghc --package reanimate
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ApplicativeDo #-}
module Main where

View file

@ -1,5 +1,5 @@
#!/usr/bin/env stack
-- stack --resolver lts-15.04 runghc --package reanimate
-- stack runghc --package reanimate
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ApplicativeDo #-}
module Main where

View file

@ -1,5 +1,5 @@
#!/usr/bin/env stack
-- stack --resolver lts-15.04 runghc --package reanimate
-- stack runghc --package reanimate
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ApplicativeDo #-}
module Main where

View file

@ -1,5 +1,5 @@
#!/usr/bin/env stack
-- stack --resolver lts-15.04 runghc --package reanimate
-- stack runghc --package reanimate
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ApplicativeDo #-}
module Main where