aboutsummaryrefslogtreecommitdiff
path: root/etc/config/haskell.amazon.properties
diff options
context:
space:
mode:
Diffstat (limited to 'etc/config/haskell.amazon.properties')
-rw-r--r--etc/config/haskell.amazon.properties65
1 files changed, 0 insertions, 65 deletions
diff --git a/etc/config/haskell.amazon.properties b/etc/config/haskell.amazon.properties
deleted file mode 100644
index a57bdcb7a..000000000
--- a/etc/config/haskell.amazon.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-compilers=&ghc
-defaultCompiler=ghc961
-demangler=/opt/compiler-explorer/demanglers/haskell/demangle
-supportsBinary=true
-supportsExecute=true
-objdumper=/opt/compiler-explorer/gcc-snapshot/bin/objdump
-
-# GHC 8.2.2 & 8.6.3 had some problems that did not let us add them to the site
-group.ghc.compilers=ghc802:ghc841:ghc842:ghc843:ghc844:ghc861:ghc862:ghc8105:ghc901:ghc921:ghc922:ghc945:ghc961
-group.ghc.isSemVer=true
-group.ghc.baseName=x86-64 ghc
-group.ghc.licenseName=BSD 3-clause "New" or "Revised" license
-group.ghc.licenseLink=https://www.haskell.org/ghc/license.html
-group.ghc.licensePreamble=Copyright 2004, The University Court of the University of Glasgow
-
-compiler.ghc802.exe=/opt/compiler-explorer/ghc-8.0.2/bin/ghc
-compiler.ghc802.semver=8.0.2
-compiler.ghc841.exe=/opt/compiler-explorer/ghc-8.4.1/bin/ghc
-compiler.ghc841.semver=8.4.1
-compiler.ghc842.exe=/opt/compiler-explorer/ghc-8.4.2/bin/ghc
-compiler.ghc842.semver=8.4.2
-compiler.ghc843.exe=/opt/compiler-explorer/ghc-8.4.3/bin/ghc
-compiler.ghc843.semver=8.4.3
-compiler.ghc844.exe=/opt/compiler-explorer/ghc-8.4.4/bin/ghc
-compiler.ghc844.semver=8.4.4
-compiler.ghc861.exe=/opt/compiler-explorer/ghc-8.6.1/bin/ghc
-compiler.ghc861.semver=8.6.1
-compiler.ghc862.exe=/opt/compiler-explorer/ghc-8.6.2/bin/ghc
-compiler.ghc862.semver=8.6.2
-compiler.ghc8105.exe=/opt/compiler-explorer/ghc-8.10.5/bin/ghc
-compiler.ghc8105.semver=8.10.5
-compiler.ghc901.exe=/opt/compiler-explorer/ghc-9.0.1/bin/ghc
-compiler.ghc901.semver=9.0.1
-compiler.ghc921.exe=/opt/compiler-explorer/ghc-9.2.1/bin/ghc
-compiler.ghc921.semver=9.2.1
-compiler.ghc922.exe=/opt/compiler-explorer/ghc-9.2.2/bin/ghc
-compiler.ghc922.semver=9.2.2
-compiler.ghc945.exe=/opt/compiler-explorer/ghc-9.4.5-x86_64-unknown-linux/bin/ghc
-compiler.ghc945.semver=9.4.5
-compiler.ghc961.exe=/opt/compiler-explorer/ghc-9.6.1-x86_64-unknown-linux/bin/ghc
-compiler.ghc961.semver=9.6.1
-
-#################################
-#################################
-# Installed libs (See c++.amazon.properties for a scheme of libs group)
-libs=
-
-
-#################################
-#################################
-# Installed tools
-
-tools=llvm-mcatrunk:osacatrunk
-
-tools.llvm-mcatrunk.name=llvm-mca (trunk)
-tools.llvm-mcatrunk.exe=/opt/compiler-explorer/clang-trunk/bin/llvm-mca
-tools.llvm-mcatrunk.type=postcompilation
-tools.llvm-mcatrunk.class=llvm-mca-tool
-tools.llvm-mcatrunk.stdinHint=disabled
-
-tools.osacatrunk.name=OSACA (0.5.2)
-tools.osacatrunk.exe=/opt/compiler-explorer/osaca-0.5.2/bin/osaca
-tools.osacatrunk.type=postcompilation
-tools.osacatrunk.class=osaca-tool
-tools.osacatrunk.stdinHint=disabled