Skip to content

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorris committed Nov 30, 2011
1 parent d97411c commit 9ebb4e0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ghci
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
:set -fno-warn-type-defaults
:set -fno-warn-name-shadowing
:set -fno-warn-unused-do-bind
:set -fno-warn-unused-imports

1 change: 1 addition & 0 deletions Course.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Library
-fno-warn-type-defaults
-fno-warn-name-shadowing
-fno-warn-unused-do-bind
-fno-warn-unused-imports

Hs-Source-Dirs: src

Expand Down
1 change: 0 additions & 1 deletion src/L04/Fluffy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module L04.Fluffy where

import Prelude hiding (sum, length, map, filter, maximum, reverse)
import L01.Optional
import L01.Validation
import L02.List
import L03.Parser

Expand Down
1 change: 0 additions & 1 deletion src/L04/Misty.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module L04.Misty where

import L01.Optional
import L01.Validation
import L02.List
import L03.Parser

Expand Down

0 comments on commit 9ebb4e0

Please sign in to comment.