Skip to content

Commit

Permalink
We're Trustworthy
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Jun 20, 2013
1 parent 78cfd3e commit ec3415e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.3
-----
* Claim to be Trustworthy

3.0.2
-----
* Removed upper bounds on my other packages
Expand Down
4 changes: 4 additions & 0 deletions src/Data/Copointed.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{-# LANGUAGE CPP #-}
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702
{-# LANGUAGE Trustworthy #-}
#endif
module Data.Copointed where

import Data.Default
Expand Down
4 changes: 4 additions & 0 deletions src/Data/Pointed.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{-# LANGUAGE CPP #-}
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702
{-# LANGUAGE Trustworthy #-}
#endif
module Data.Pointed where

import Control.Arrow
Expand Down

0 comments on commit ec3415e

Please sign in to comment.