daml/rattle
Andreas Herrmann 93d8e01db2
Update rules_haskell and static GHC (#1515)
* Update rules_haskell and static GHC

Remove patches that have been upstreamed or are no longer required.
Update still required patches to match the new rules_haskell version.

Previously we patched rules_haskell to coerce GHC into using static
Haskell libraries in most places. In particular we moved hs-libraries
entries into extra-libraries entries in the package configuration files.
A much cleaner approach is to compile GHC with a static RTS, then GHC
will by itself choose to load static Haskell libraries.

* Remove haskell_cc_import

* da-hs-daml-cli -> daml-cli

* da-hs-damlc-app -> damlc-app
2019-07-01 13:26:19 +02:00
..
hacks Prototype to accelerate Windows development (#411) 2019-04-12 10:45:11 +01:00
build.bat Prototype to accelerate Windows development (#411) 2019-04-12 10:45:11 +01:00
build.sbt cleanup daml-lf scala packages (#1581) 2019-06-12 15:55:48 +00:00
build.sh Prototype to accelerate Windows development (#411) 2019-04-12 10:45:11 +01:00
ghcid.sh Prototype to accelerate Windows development (#411) 2019-04-12 10:45:11 +01:00
Main.hs Update rules_haskell and static GHC (#1515) 2019-07-01 13:26:19 +02:00
MainScala.hs Prototype to accelerate Windows development (#411) 2019-04-12 10:45:11 +01:00
Metadata.hs Prototype to accelerate Windows development (#411) 2019-04-12 10:45:11 +01:00
Rattle.hs Prototype to accelerate Windows development (#411) 2019-04-12 10:45:11 +01:00
scala-build.sh Prototype to accelerate Windows development (#411) 2019-04-12 10:45:11 +01:00
stack.yaml Prototype to accelerate Windows development (#411) 2019-04-12 10:45:11 +01:00
Util.hs Prototype to accelerate Windows development (#411) 2019-04-12 10:45:11 +01:00