Edsko de Vries
Edsko de Vries
although we will then probably want to distinguish between log messages shown at `-v`, which tell us about stuff that went wrong, and log messages that tell us about what's...
In the index log, we currently use ``` haskell data TarIndexEntry = ... | MetadataEntry !PackageId !RevisionNo !UTCTime ``` However, once we start signing packages, we cannot recreate these TUF...
I saw this happening but I do not remember the circumstances and cannot reconstruct it. If it happens again, we can deal with it once we understand better why it's...
That is, change cabal-install's internal index type to something like `PackageId -> Either Problem Content`. This will however have consequences all through the code base. (And note that until we...
See `withResponse`. Unfortunately however this will probably require upstream changes in the HTTP library (see https://github.com/haskell/HTTP/issues/86).
See TODO in `FromJSON` instance.