packages feed

shake-ext 2.0.0.2 → 2.0.0.5

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

shake-ext.cabal view
@@ -1,5 +1,5 @@ name:                shake-ext-version:             2.0.0.2+version:             2.0.0.5 synopsis:            Helper functions for linting with shake  description:         This package provides several linters out of the box, for use with [shake](http://shakebuild.com/). homepage:            https://hub.darcs.net/vmchale/shake-ext
src/Development/Shake/Cabal.hs view
@@ -21,7 +21,8 @@ extract (CondNode d _ bs) = d : (g =<< bs)     where g (CondBranch _ tb fb) = join $ catMaybes [Just $ extract tb, extract <$> fb] --- | Get library dependencies from a @.cabal@ file.+-- | Get library dependencies from a @.cabal@ file. Note that these will be+-- extension-less, getCabalDeps :: FilePath -> IO [FilePath] getCabalDeps = getCabalDepsV normal