Change safety language flags.

This commit is contained in:
Stephen Diehl
2016-06-30 23:02:39 -04:00
parent 63d5ed625d
commit f6586ba8b4
4 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{-# LANGUAGE TypeSynonymInstances #-}
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE TypeSynonymInstances #-}
module Conv (
StringConv (..)
+1 -1
View File
@@ -1,4 +1,4 @@
{-# LANGUAGE Unsafe #-}
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}
module Debug (
+1
View File
@@ -1,4 +1,5 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE Safe #-}
{-# LANGUAGE NoImplicitPrelude #-}
module Functor (
+1
View File
@@ -1,3 +1,4 @@
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE DeriveDataTypeable #-}
module Panic (