packages feed

uuid-orphans 1.4.4 → 1.4.5

raw patch · 2 files changed

+2/−7 lines, 2 files

Files

Data/UUID/Orphans.hs view
@@ -1,9 +1,4 @@-{-# LANGUAGE CPP, DeriveGeneric, DeriveLift #-}-#if MIN_VERSION_safecopy(0,9,5)-{-# LANGUAGE StandaloneDeriving #-}-#else-{-# LANGUAGE TemplateHaskell #-}-#endif+{-# LANGUAGE CPP, DeriveGeneric, DeriveLift, StandaloneDeriving, TemplateHaskell #-}  module Data.UUID.Orphans (showUUID) where 
uuid-orphans.cabal view
@@ -1,5 +1,5 @@ name:               uuid-orphans-version:            1.4.4+version:            1.4.5 cabal-version:      >= 1.10 build-type:         Simple license:            BSD3