diff options
author | Camil Staps | 2017-01-01 14:12:22 +0100 |
---|---|---|
committer | Camil Staps | 2017-01-01 14:12:22 +0100 |
commit | 052cc1ea71c1c080ba7a2d5d329e77d571b90340 (patch) | |
tree | cf3050c21a4b7008efe93ef110d549dd4799e6c7 /haskell | |
parent | Better date format in i3bar (diff) |
Added -fno-warn-type-defaults to ghci config
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/ghci.symlink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/ghci.symlink b/haskell/ghci.symlink index 3d39f10..2622132 100644 --- a/haskell/ghci.symlink +++ b/haskell/ghci.symlink @@ -1,6 +1,6 @@ :set -v0 :set -XNoMonomorphismRestriction -:set -Wall -fno-warn-name-shadowing +:set -Wall -fno-warn-name-shadowing -fno-warn-type-defaults import qualified IPPrint import qualified Language.Haskell.HsColour as HsColour |