Add 'here' dependency to examples where required.

This commit is contained in:
David Himmelstrup 2020-07-08 23:29:22 +08:00
commit a15b928236
6 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env stack
-- stack runghc --package reanimate
-- stack runghc --package reanimate --package here
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
module Main (main) where

View file

@ -1,5 +1,5 @@
#!/usr/bin/env stack
-- stack runghc --package reanimate
-- stack runghc --package reanimate --package here
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
module Main (main) where

View file

@ -1,5 +1,5 @@
#!/usr/bin/env stack
-- stack runghc --package reanimate
-- stack runghc --package reanimate --package here
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
module Main (main) where

View file

@ -1,5 +1,5 @@
#!/usr/bin/env stack
-- stack runghc --package reanimate
-- stack runghc --package reanimate --package here
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
module Main (main) where

View file

@ -1,5 +1,5 @@
#!/usr/bin/env stack
-- stack runghc --package reanimate
-- stack runghc --package reanimate --package here
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE ApplicativeDo #-}

View file

@ -1,5 +1,5 @@
#!/usr/bin/env stack
-- stack runghc --package reanimate
-- stack runghc --package reanimate --package here
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE ApplicativeDo #-}