Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<meta charset=utf-8>
<style>
body {
font-size: 1.5rem;
line-height: 1.4;
max-width: 40rem;
}
</style>
dhall-to-cabal:
↳ ../../dhall/addStandardExtensionsAndWarnings
package : { author : Text, benchmarks : List { benchmark : { os : < AIX : {} | Android : {} | DragonFly : {} | FreeBSD : {} | Ghcjs : {} | HPUX : {} | HaLVM : {} | Hurd : {} | IOS : {} | IRIX : {} | Linux : {} | NetBSD : {} | OSX : {} | OpenBSD : {} | OtherOS : { _1 : Text } | Solaris : {} | Windows : {} > → Bool, arch : < Alpha : {} | Arm : {} | Hppa : {} | I386 : {} | IA64 : {} | JavaScript : {} | M68k : {} | Mips : {} | OtherArch : { _1 : Text } | PPC : {} | PPC64 : {} | Rs6000 : {} | S390 : {} | SH : {} | Sparc : {} | Vax : {} | X86_64 : {} > → Bool, impl : < GHC : {} | GHCJS : {} | HBC : {} | HaskellSuite : { _1 : Text } | Helium : {} | Hugs : {} | JHC : {} | LHC : {} | NHC : {} | OtherCompiler : { _1 : Text } | UHC : {} | YHC : {} > → (∀(VersionRange : Type) → ∀(anyVersion : VersionRange) → ∀(noVersion : VersionRange) → ∀(thisVersion : (∀(Version : Type) → ∀(v : Text → Version) → Version) → VersionRange) → ∀(notThisVersion : (∀(Version :
let prelude = ./dhall/prelude.dhall
in let types = ./dhall/types.dhall
in prelude.defaults.Package
⫽ { cabal-version =
prelude.v "2.0"
, name =
"wai-servlet"
, version =
let prelude = ./dhall/prelude.dhall
in let types = ./dhall/types.dhall
in prelude.defaults.Package
⫽ { cabal-version =
prelude.v "2.0"
, name =
"wai-servlet"
, version =
resolver: ghc-8.2.2
packages:
- .
- thyme/
flags:
cassava:
"bytestring--lt-0_10_4": false
time-locale-compat:
old-locale: false
transformers-compat:
REFTEST INFO | Running with e10s: True
REFTEST INFO | Application command: /home/quasicomputational/src/mozilla-central/obj-x86_64-pc-linux-gnu/dist/bin/firefox -marionette -profile /tmp/tmpy8pdwJ.mozrunner
1545388244067 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid host permission: resource://pdf.js/
1545388244069 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid host permission: about:reader*
1545388245345 Marionette TRACE Received observer notification profile-after-change
1545388246271 Marionette TRACE Received observer notification command-line-startup
1545388246273 Marionette TRACE Received observer notification nsPref:changed
1545388246274 Marionette DEBUG Init aborted (running=false, enabled=true, finalUIStartup=false)
1545388247952 Marionette TRACE Received observer notification toplevel-window-ready
1545388253942 Marionette TRACE Received observer notificati
REFTEST INFO | Running with e10s: True
REFTEST INFO | Application command: /home/quasicomputational/src/mozilla-central/obj-x86_64-pc-linux-gnu/dist/bin/firefox -marionette -profile /tmp/tmpmUeJC2.mozrunner
1545390073149 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid host permission: resource://pdf.js/
1545390073151 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid host permission: about:reader*
1545390074374 Marionette TRACE Received observer notification profile-after-change
1545390075028 Marionette TRACE Received observer notification command-line-startup
1545390075029 Marionette TRACE Received observer notification nsPref:changed
1545390075030 Marionette DEBUG Init aborted (running=false, enabled=true, finalUIStartup=false)
1545390076326 Marionette TRACE Received observer notification toplevel-window-ready
1545390081957 Marionette TRACE Received observer notificati
<!DOCTYPE html>
<style>
html {
background: yellow;
font-size: 10rem;
padding: 1rem;
}
body {
background: red;
}
browser.browserAction.onClicked.addListener(() => {
browser.tabs.query({ active: true })
.then((tabs) => {
for (tab of tabs) {
browser.tabs.update(tab.id, { url: "/test.html" });
}
});
});
v11.6.0
6.6.0
/home/quasicomputational/src/examples/nyc-merge-missing-parent
├─┬ mocha@5.2.0
│ ├── browser-stdout@1.3.1
│ ├── commander@2.15.1
│ ├─┬ debug@3.1.0
│ │ └── ms@2.0.0
│ ├── diff@3.5.0
│ ├── escape-string-regexp@1.0.5