Peter Simons
5b2490d53e
all-cabal-hashes: update to latest version
2018-05-19 22:24:30 +02:00
Peter Simons
6db7f92cc2
all-cabal-hashes: update to latest version
2018-05-08 17:48:12 +02:00
Peter Simons
d59466a2e9
all-cabal-hashes: update to latest version
2018-05-03 14:50:45 +02:00
Peter Simons
93b3240930
all-cabal-hashes: update to latest version
2018-04-25 11:43:55 +02:00
Vaibhav Sagar
13bce289b6
all-cabal-hashes: bump to 2018-04-19T00:28:09Z
2018-04-19 09:30:05 +08:00
Peter Simons
120a7ffb55
hackage-db: update snapshot
2018-04-11 11:25:30 +02:00
Peter Simons
edd72a0736
hackage: update db snapshot
2018-03-29 20:46:32 +02:00
Peter Simons
eb8127a1d2
hackage: update db snapshot
2018-03-25 20:21:45 +02:00
Peter Simons
e14fa3f228
hackage: update db snapshot
2018-03-15 21:33:05 +01:00
Peter Simons
1aaed17244
hackage: update database snapshot to latest version
2018-03-13 21:42:54 +01:00
Peter Simons
68fd23fbb2
hackage: update database snapshot to latest version
2018-03-06 21:24:50 +01:00
Peter Simons
18055971cb
hackage: update database snapshot to latest version
2018-03-05 16:45:07 +01:00
Peter Simons
e05c99cfda
hackage: update database snapshot to latest version
2018-03-01 21:58:31 +01:00
Peter Simons
0f7a7cb3d8
hackage: update db snapshot
2018-02-26 14:28:40 +01:00
Peter Simons
51c6ca0643
hackage: update database snapshot to latest version
2018-02-23 17:59:06 +01:00
George Wilson
85701a15ae
hackage: update all-cabal-hashes snapshot to Hackage at 2018-02-12T02:28:56Z
2018-02-12 13:40:55 +10:00
Peter Simons
809a09eb5e
hackage: update all-cabal-hashes snapshot to Hackage at 2018-01-18T14:32:45Z
2018-01-18 17:01:33 +01:00
Will Fancher
a38a3e2129
Extract files one at a time from all-cabal-hashes
2017-11-06 16:49:09 -05:00
Will Fancher
8caf9f13a6
Revert "Merge branch 'all-cabal-hashes-components'"
...
This reverts commit ad6b8f438d
, reversing
changes made to 2d44e72801
.
2017-11-06 16:47:29 -05:00
Vaibhav Sagar
4b9e73c6cf
all-cabal-hashes: 2017-10-08T03:25:59Z -> 2017-11-04T17:56:01Z
2017-11-06 13:24:38 +08:00
Shea Levy
3ef3fc43a2
partition-all-cabal-hashes: cross-compile safe
2017-10-14 08:03:53 -04:00
Shea Levy
843e0992ca
Partition all-cabal-hashes into case-insensitive-safe components.
...
OS X by default has a case-insensitive filesystem, and fetching
all-cabal-hashes there fails due to a hash mismatch caused by package
pairs like compactable and Compactable. This partitions the package set
such that each partition contains no equivalent-up-to-case pairs.
2017-10-12 14:57:21 -04:00
Vaibhav Sagar
c45c4a711a
hackage: update snapshot of 'all-cabal-hashes' repo for callHackage
2017-10-08 12:24:46 +08:00
Peter Simons
49cda48b83
hackage: update snapshot of 'all-cabal-hashes' repo for callHackage
2017-09-03 17:18:41 +02:00
Peter Simons
dd27e21b2a
data: update hackage snapshot some more
2017-07-11 14:41:13 +02:00
Peter Simons
8fd63939d0
data: update hackage snapshot for 'callCabal'
2017-07-11 13:24:43 +02:00
Peter Simons
cb838cad5c
all-cabal-hashes: update to latest version of Hackage
2017-05-23 10:38:12 +02:00
Peter Simons
34584b2c3c
hackage: update snapshot to 2017-02-12T15:49:03Z
2017-02-16 11:48:10 +01:00
Peter Simons
3b26c2f465
callHackage: update Hackage snapshot to a current version
2017-01-31 22:50:18 +01:00
Peter Simons
b4fcbf4095
callHackage: update database to current version
2017-01-12 10:00:22 +01:00
Peter Simons
fac1168816
callHackage: make 'all-cabal-hashes' repository overridable
...
This commit changes callHackage to use a deterministic version of the Hackage
checkout from https://github.com/commercialhaskell/all-cabal-hashes by default.
This means that packages uploaded to Hackage after today will be available to
callHackage only after "pkgs/data/misc/hackage/default.nix" has been updated.
People who want the previous behavior where we always had the latest version of
Hackage available -- at the cost of frequent downloads from Github --, can add
the following override to their "~/.nixpkgs/config.nix" file:
{
packageOverrides = super: {
all-cabal-hashes = builtins.fetchTarball "https://github.com/commercialhaskell/all-cabal-hashes/archive/hackage.tar.gz ";
};
}
2016-11-01 18:35:19 +01:00