From 514a92058f195efb26834c6534f4e1ac2559aafc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 4 Dec 2014 13:18:44 +0200 Subject: [PATCH] Added ROADMAP --- ROADMAP | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ROADMAP diff --git a/ROADMAP b/ROADMAP new file mode 100644 index 00000000..70a17559 --- /dev/null +++ b/ROADMAP @@ -0,0 +1,10 @@ +Processing: + +* Get list of core packages +* Add core packages as strict dependencies +* Load up package index +* Calculate matches using newest versions of packages +* Write out a YAML file with all that information +* Verify that the build plan can be compiled + * Optional: check with cabal-install as well +* Perform the build