stackage 0.6.0 → 0.6.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Stackage/PerformBuild.hs +1/−1
- stackage.cabal +1/−1
Stackage/PerformBuild.hs view
@@ -92,7 +92,7 @@ Nothing | isCoreExe exe -> return () -- https://github.com/jgm/zip-archive/issues/23- -- | otherwise -> throwSTM $ ToolMissing exe+ -- - | otherwise -> throwSTM $ ToolMissing exe | otherwise -> return () Just packages -> ofoldl1' (<|>) packages action
stackage.cabal view
@@ -1,5 +1,5 @@ name: stackage-version: 0.6.0+version: 0.6.0.1 synopsis: "Stable Hackage," tools for creating a vetted set of packages from Hackage. description: Please see <http://www.stackage.org/package/stackage> for a description and documentation. homepage: https://github.com/fpco/stackage