summaryrefslogtreecommitdiff
path: root/shelf.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2021-05-09 23:43:51 -0400
committerAndrew Cady <d@jerkface.net>2021-05-09 23:43:51 -0400
commit3071a162cb7cf200033e8cd39d9e27e179fde279 (patch)
treeff0042bb006e119ccb13a6ca910523475b1cde42 /shelf.hs
parentde177e14090e5bb6910cb791cf9a47f6bc0f9887 (diff)
committing old changes found in work tree
Diffstat (limited to 'shelf.hs')
-rwxr-xr-xshelf.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/shelf.hs b/shelf.hs
index c7b66e7..7e3fe86 100755
--- a/shelf.hs
+++ b/shelf.hs
@@ -1,5 +1,5 @@
1#!/usr/bin/env stack 1#!/usr/bin/env stack
2{- stack script --resolver lts-16.27 --install-ghc 2{- stack script --resolver lts-16.31 --install-ghc
3 --ghc-options -Wall --ghc-options -Wno-unused-imports --ghc-options -Wno-name-shadowing -} 3 --ghc-options -Wall --ghc-options -Wno-unused-imports --ghc-options -Wno-name-shadowing -}
4{-# language NoImplicitPrelude #-} 4{-# language NoImplicitPrelude #-}
5{-# language DuplicateRecordFields #-} 5{-# language DuplicateRecordFields #-}