merged
authornipkow
Thu, 27 Dec 2018 19:48:41 +0100
changeset 69509 f9bf65d90b69
parent 69507 04e54f57a869 (diff)
parent 69508 2a4c8a2a3f8e (current diff)
child 69510 0f31dd2e540d
child 69514 58a77f548bb6
merged
--- a/etc/settings	Thu Dec 27 19:48:28 2018 +0100
+++ b/etc/settings	Thu Dec 27 19:48:41 2018 +0100
@@ -153,9 +153,9 @@
 
 ISABELLE_STACK_ROOT="$ISABELLE_HOME_USER/stack"
 
-ISABELLE_STACK_RESOLVER="lts-12.13"
+ISABELLE_STACK_RESOLVER="lts-13.0"
 
-ISABELLE_GHC_VERSION="ghc-8.4.3"
+ISABELLE_GHC_VERSION="ghc-8.6.3"
 
 
 ###
--- a/src/Pure/General/path.ML	Thu Dec 27 19:48:28 2018 +0100
+++ b/src/Pure/General/path.ML	Thu Dec 27 19:48:41 2018 +0100
@@ -239,4 +239,3 @@
 val explode = explode_path;
 
 end;
-