packages feed

keys 3.0.2 → 3.0.3

raw patch · 2 files changed

+5/−1 lines, 2 files

Files

keys.cabal view
@@ -1,6 +1,6 @@ name:          keys category:      Data Structures, Containers-version:       3.0.2+version:       3.0.3 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE
src/Data/Key.hs view
@@ -1,4 +1,8 @@ {-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE CPP #-}+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702+{-# LANGUAGE Trustworthy #-}+#endif module Data.Key (   -- * Keys     Key