packages feed

cblrepo 0.9.1 → 0.9.2

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

cblrepo.cabal view
@@ -1,5 +1,5 @@ name: cblrepo-version: 0.9.1+version: 0.9.2 cabal-version: >= 1.6 license: OtherLicense license-file: LICENSE-2.0
src/Sync.hs view
@@ -25,4 +25,4 @@ sync :: Command () sync = do     aD <- cfgGet appDir-    liftIO $ getFromURL "http://hackage.haskell.org/packages/archive/00-index.tar.gz" (aD </> "00-index.tar.gz")+    liftIO $ getFromURL "http://hackage.haskell.org/packages/index.tar.gz" (aD </> "00-index.tar.gz")