Commit Graph
16 Commits
Author SHA1 Message Date
Moritz Angermann 9151dff3f3 Adds hooks 2018-11-26 17:26:18 +08:00
Moritz Angermann 5838e54278 Make sure we don't flood libraries with RPATHs on macOS 2018-11-18 16:18:56 +08:00
Moritz Angermann fd0d0b7619 Pull lib from the lib output. 2018-11-16 15:35:15 +08:00
Moritz Angermann d75fb33543 Respect the nonReinstallablePackages 2018-11-08 15:30:54 +08:00
Moritz Angermann 660cfbb3f7 make the stack logic work ... 2018-11-08 15:30:54 +08:00
Moritz Angermann 4437439f0e Add support for pathes
That is setting

```nix
{
  packages.$pkg.patches = [ ... ];
}
```

to set patches on a package.
2018-11-05 17:19:07 +08:00
Will FancherandMoritz Angermann f2b80ee3ef Cross compilation 2018-11-04 18:38:02 +08:00
Will FancherandMoritz Angermann 47742dcbb2 Emulate doExactConfig with CABAL_CONFIG 2018-11-03 21:41:28 +08:00
Will FancherandMoritz Angermann 1bb2a42d3a Option for exact-config 2018-11-03 21:41:28 +08:00
Will FancherandMoritz Angermann a48f33f22a Use a single fully populated package DB 2018-11-03 21:41:28 +08:00
Will FancherandMoritz Angermann e68f852d6e Don't have a setup derivation at all when buildType == "Simple" 2018-11-01 13:34:07 +08:00
Will FancherandMoritz Angermann d18913eaa6 Use NixOS module system 2018-11-01 13:33:41 +08:00
Will FancherandMoritz Angermann b05d34a60f Move weakCallPackage to haskellLib 2018-10-30 15:32:31 +08:00
Will FancherandMoritz Angermann 25989364af Use new library component name 2018-10-30 15:32:31 +08:00
Moritz Angermann f08973b609 make it work 2018-10-30 15:32:31 +08:00
Moritz Angermann 39c570bda1 Preliminary new-package-set logic
Doens't fully work yet :(
2018-10-30 15:32:31 +08:00