packages feed

pointed 3.0.2 → 3.0.3

raw patch · 3 files changed

+9/−1 lines, 3 files

Files

pointed.cabal view
@@ -1,6 +1,6 @@ name:          pointed category:      Data-version:       3.0.2+version:       3.0.3 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE
src/Data/Copointed.hs view
@@ -1,3 +1,7 @@+{-# LANGUAGE CPP #-}+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702+{-# LANGUAGE Trustworthy #-}+#endif module Data.Copointed where  import Data.Default
src/Data/Pointed.hs view
@@ -1,3 +1,7 @@+{-# LANGUAGE CPP #-}+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702+{-# LANGUAGE Trustworthy #-}+#endif module Data.Pointed where  import Control.Arrow