packages feed

highlight-versions 0.1.3.4 → 0.1.3.5

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~Cabal

Dependency ranges changed: Cabal

Files

CHANGES view
@@ -1,3 +1,7 @@+* 0.1.3.5: 25 February 2015++  - Allow Cabal-1.22+ * 0.1.3.4: 3 May 2014    - Allow Cabal-1.20
highlight-versions.cabal view
@@ -1,5 +1,5 @@ name:                highlight-versions-version:             0.1.3.4+version:             0.1.3.5 synopsis:            Highlight package versions which differ from the latest                      version on Hackage description:         This package provides an executable which reads from@@ -29,7 +29,7 @@ license-file:        LICENSE extra-source-files:  CHANGES author:              Brent Yorgey-maintainer:          byorgey@cis.upenn.edu+maintainer:          byorgey@gmail.com copyright:           Copyright 2012 Brent Yorgey category:            Distribution build-type:          Simple@@ -44,7 +44,7 @@   build-depends:       base >= 4 && < 5,                        containers >= 0.4 && < 0.6,                        hackage-db >= 1.4 && < 2,-                       Cabal >= 1.14 && < 1.21,+                       Cabal >= 1.14 && < 1.23,                        ansi-terminal >= 0.5 && < 0.7   hs-source-dirs:      src   default-language:    Haskell2010