packages feed

codex 0.5.1.0 → 0.5.1.2

raw patch · 2 files changed

+2/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

codex.cabal view
@@ -1,5 +1,5 @@ name:                codex-version:             0.5.1.0+version:             0.5.1.2 synopsis:            A ctags file generator for cabal project dependencies. description:   This tool download and cache the source code of packages in your local hackage,
src/Codex.hs view
@@ -2,7 +2,7 @@ module Codex (Codex(..), defaultStackOpts, defaultTagsFileName, Verbosity, module Codex) where  #if !MIN_VERSION_base(4,8,0)-import Control.Applicative ((<$>))+import Control.Applicative ((<$>), (<*)) import Data.Traversable (traverse) #endif