Skip to content

Commit

Permalink
Remove unused pragmas.
Browse files Browse the repository at this point in the history
  • Loading branch information
decentral1se authored and mgsloan committed Aug 19, 2017
1 parent 8c37ca9 commit f78ad4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/Stack/Types/Resolver.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
{-# LANGUAGE DeriveTraversable #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiWayIf #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE DataKinds #-}
Expand Down
1 change: 0 additions & 1 deletion src/test/Stack/GhciSpec.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-- {-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
-- {-# LANGUAGE QuasiQuotes #-}
-- {-# LANGUAGE TemplateHaskell #-}

Expand Down

0 comments on commit f78ad4d

Please sign in to comment.