Commit d3ee1666 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

PS 0.15.0: make dedicated test.dhall file

parent 6514e8cf
......@@ -212,7 +212,7 @@
name = "dom-simple";
version = "v0.2.7";
src = pkgs.fetchgit {
url = "https://github.com/irresponsible/purescript-dom-simple";
url = "https://github.com/garganscript/purescript-dom-simple";
rev = "v0.2.7";
sha256 = "02f1vsjk5frva3p3xpbrnj2zg4rg01l07dnvc3i6axvc5k30i282";
};
......@@ -266,7 +266,7 @@
name = "ffi-simple";
version = "v0.2.10";
src = pkgs.fetchgit {
url = "https://github.com/irresponsible/purescript-ffi-simple";
url = "https://github.com/garganscript/purescript-ffi-simple";
rev = "v0.2.10";
sha256 = "14slcccmy96ml7r8rzhhqnw486qj1b385i9095fdymms78g5gnj5";
};
......@@ -329,7 +329,7 @@
name = "formula";
version = "v0.2.1";
src = pkgs.fetchgit {
url = "https://github.com/poorscript/purescript-formula";
url = "https://github.com/garganscript/purescript-formula";
rev = "v0.2.1";
sha256 = "0511r2n51sz59ksalzvrcbwwhbpj42h2dj2zknns7dnhkdkmf4a6";
};
......@@ -473,7 +473,7 @@
name = "markdown";
version = "2021-06-22";
src = pkgs.fetchgit {
url = "https://github.com/poorscript/purescript-markdown";
url = "https://github.com/garganscript/purescript-markdown";
rev = "2021-06-22";
sha256 = "0crqn2mih21bwhhba9sm2g3lx5xla14qqz7mv04dpqf9ca998bbx";
};
......@@ -752,7 +752,7 @@
name = "reactix";
version = "v0.4.13";
src = pkgs.fetchgit {
url = "https://github.com/poorscript/purescript-reactix";
url = "https://github.com/garganscript/purescript-reactix";
rev = "v0.4.13";
sha256 = "0b4hjwcw8y55p6iiyygzpw7c1jyh01nhmpszs7fnadjbg9x6d9d3";
};
......@@ -968,7 +968,7 @@
name = "toestand";
version = "v0.6.2";
src = pkgs.fetchgit {
url = "https://github.com/poorscript/purescript-toestand";
url = "https://github.com/garganscript/purescript-toestand";
rev = "v0.6.2";
sha256 = "0wgav789ii14gsz0xc67nl5lc82sisdjd5wi6pwl5kj0i7ayz66y";
};
......@@ -995,7 +995,7 @@
name = "tuples-native";
version = "v2.2.0";
src = pkgs.fetchgit {
url = "https://github.com/poorscript/purescript-tuples-native";
url = "https://github.com/garganscript/purescript-tuples-native";
rev = "v2.2.0";
sha256 = "0hplpqc2sbcjin084jqzhzqhprlc1achbqmsn9czpnf6ylgkqhaz";
};
......@@ -1031,7 +1031,7 @@
name = "typisch";
version = "v0.2.1";
src = pkgs.fetchgit {
url = "https://github.com/poorscript/purescript-typisch";
url = "https://github.com/garganscript/purescript-typisch";
rev = "v0.2.1";
sha256 = "1jccgfayh20qsmqgbh54knl4dwbwk3144mkzzv2pi07jprp8mzbf";
};
......
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.0-20220506/packages.dhall sha256:f83b68ff07cf6557e82379e749118e6ff11eecc6be5754540aae855cd1e46917
https://github.com/purescript/package-sets/releases/download/psc-0.15.0-20220510/packages.dhall sha256:0b0d4db1f2f0acd3b37fa53220644ac6f64cf9b5d0226fd097c0593df563d5be
let overrides =
{ globals =
......@@ -124,7 +124,7 @@ let additions =
, "unsafe-coerce"
, "unsafe-reference"
]
, repo = "https://github.com/irresponsible/purescript-ffi-simple"
, repo = "https://github.com/garganscript/purescript-ffi-simple"
, version = "v0.3.1"
}
, dom-simple =
......@@ -138,7 +138,7 @@ let additions =
, "prelude"
, "unsafe-coerce"
]
, repo = "https://github.com/irresponsible/purescript-dom-simple"
, repo = "https://github.com/garganscript/purescript-dom-simple"
, version = "ps-15.0-upgrade"
}
, dom-filereader =
......@@ -157,12 +157,12 @@ let additions =
, "typelevel-prelude"
, "typisch"
]
, repo = "https://github.com/poorscript/purescript-formula"
, repo = "https://github.com/garganscript/purescript-formula"
, version = "v0.2.1"
}
, markdown =
{ dependencies = [ "precise" ]
, repo = "https://github.com/poorscript/purescript-markdown"
, repo = "https://github.com/garganscript/purescript-markdown"
, version = "2021-06-22"
}
, markdown-smolder =
......@@ -189,14 +189,12 @@ let additions =
, "prelude"
, "psci-support"
, "refs"
, "spec"
, "spec-mocha"
, "strings"
, "tuples"
, "unfoldable"
, "unsafe-coerce"
]
, repo = "https://github.com/poorscript/purescript-reactix"
, repo = "https://github.com/garganscript/purescript-reactix"
, version = "v0.4.13"
}
, simple-json =
......@@ -244,17 +242,17 @@ let additions =
, "typelevel-prelude"
, "typisch"
]
, repo = "https://github.com/poorscript/purescript-toestand"
, repo = "https://github.com/garganscript/purescript-toestand"
, version = "v0.6.2"
}
, typisch =
{ dependencies = [ "prelude" ]
, repo = "https://github.com/poorscript/purescript-typisch"
, repo = "https://github.com/garganscript/purescript-typisch"
, version = "v0.2.1"
}
, tuples-native =
{ dependencies = [ "prelude", "typelevel", "unsafe-coerce" ]
, repo = "https://github.com/poorscript/purescript-tuples-native"
, repo = "https://github.com/garganscript/purescript-tuples-native"
, version = "v2.2.0"
}
, uint =
......
......@@ -636,7 +636,7 @@
"prelude",
"unsafe-coerce"
],
"repo": "https://github.com/irresponsible/purescript-dom-simple",
"repo": "https://github.com/garganscript/purescript-dom-simple",
"version": "v0.2.6"
},
"dotenv": {
......@@ -776,7 +776,7 @@
"nullable",
"unsafe-coerce"
],
"repo": "https://github.com/irresponsible/purescript-ffi-simple",
"repo": "https://github.com/garganscript/purescript-ffi-simple",
"version": "v0.2.4"
},
"filterable": {
......@@ -1468,7 +1468,7 @@
"dependencies": [
"precise"
],
"repo": "https://github.com/poorscript/purescript-markdown",
"repo": "https://github.com/garganscript/purescript-markdown",
"version": "2020-03-04"
},
"markdown-smolder": {
......@@ -1476,7 +1476,7 @@
"markdown",
"smolder"
],
"repo": "https://github.com/poorscript/purescript-markdown-smolder",
"repo": "https://github.com/garganscript/purescript-markdown-smolder",
"version": "2020-03-04"
},
"math": {
......@@ -2358,7 +2358,7 @@
"prelude",
"unsafe-coerce"
],
"repo": "https://github.com/irresponsible/purescript-reactix",
"repo": "https://github.com/garganscript/purescript-reactix",
"version": "v0.4.4"
},
"read": {
......
......@@ -75,9 +75,6 @@ to generate this file without the comments in this block.
, "simple-json-generics"
, "simplecrypto"
, "smolder"
, "spec"
, "spec-discovery"
, "spec-quickcheck"
, "strings"
, "strings-extra"
, "stringutils"
......@@ -101,5 +98,5 @@ to generate this file without the comments in this block.
, "web-xhr"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
, sources = [ "src/**/*.purs" ]
}
let conf = ./spago.dhall
in conf // {
sources = conf.sources # [ "test/**/*.purs" ],
dependencies = conf.dependencies # [ "spec"
, "spec-discovery"
, "spec-quickcheck" ]
......@@ -9028,9 +9028,9 @@ side-channel@^1.0.4:
get-intrinsic "^1.0.2"
object-inspect "^1.9.0"
"sigma@https://github.com/poorscript/sigma.js#garg":
"sigma@https://github.com/garganscript/sigma.js#garg":
version "1.2.1"
resolved "https://github.com/poorscript/sigma.js#624c611376dfb11cd34f1d01811d63dd5747ace7"
resolved "https://github.com/garganscript/sigma.js#624c611376dfb11cd34f1d01811d63dd5747ace7"
signal-exit@^3.0.0, signal-exit@^3.0.2:
version "3.0.3"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment