packages feed

data-object 0.3.1 → 0.3.1.2

raw patch · 2 files changed

+2/−6 lines, 2 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

Data/Object.hs view
@@ -1,9 +1,5 @@-{-# LANGUAGE MultiParamTypeClasses #-}-{-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE ExistentialQuantification #-}-{-# LANGUAGE TemplateHaskell #-} --------------------------------------------------------- -- -- Module        : Data.Object
data-object.cabal view
@@ -1,5 +1,5 @@ name:            data-object-version:         0.3.1+version:         0.3.1.2 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman, Nicolas Pouillard@@ -19,7 +19,7 @@     build-depends:   base >= 4 && < 5,                      bytestring >= 0.9.1.4 && < 1,                      text >= 0.5 && < 0.8,-                     time >= 1.1.4 && < 1.2,+                     time >= 1.1.4 && < 1.3,                      failure >= 0.1.0 && < 0.2     exposed-modules: Data.Object     ghc-options:     -Wall