haskell.nix/lib/compat.nix
Rodney Lorrimar e533951448
Fix broken compat attribute
I have a suspicion that the compat stuff is bitrotting because it's
not being used and there are no tests.

Relates to #24
2019-02-12 12:55:10 +10:00

2 lines
129 B
Nix

{ license-map = import ./cabal-licenses.nix; platform-map = import ./cabal-os-arch-comp.nix; host-map = import ./host-map.nix; }