packages feed

cblrepo 0.18.0 → 0.18.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~utf8-string

Dependency ranges changed: utf8-string

Files

cblrepo.cabal view
@@ -1,5 +1,5 @@ name: cblrepo-version: 0.18.0+version: 0.18.1 cabal-version: >= 1.6 license: OtherLicense license-file: LICENSE-2.0@@ -31,7 +31,7 @@         process ==1.2.*, Unixutils ==1.54.*, unix ==2.7.*,         ansi-wl-pprint ==0.6.*, aeson ==0.9.*, stringsearch ==0.3.*,         optparse-applicative ==0.11.*, safe ==0.3.*, containers ==0.5.*,-        utf8-string ==1+        utf8-string ==1.0.*  Source-Repository head     Type:                 git
src/Util/HackageIndex.hs view
@@ -39,7 +39,7 @@  readIndexFile :: FilePath -> FilePath -> IO BSL.ByteString readIndexFile indexLocation indexFilename = exitOnException-    "Cannot open index file, have you run the 'sync' command?"+    "Cannot open index file, have you run the 'update' command?"     (BSL.readFile $ indexLocation </> indexFilename)  type PkgVersions = M.Map String [(Version, Int)]