Skip to content

Commit 452b490

Browse files
committed
Refer to formal-spec in external repo
1 parent 296035b commit 452b490

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

cabal.project

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ index-state:
1414
, hackage.haskell.org 2024-10-04T11:45:34Z
1515
, cardano-haskell-packages 2024-10-04T09:54:45Z
1616

17-
packages:
17+
packages:
1818
simulation
19-
-- leios-conformance
19+
leios-conformance
2020

2121
tests: True
2222

@@ -58,3 +58,11 @@ source-repository-package
5858
--sha256: IXuR7ZdTltFT4IQQMdBbDE6ikVsoWVON57THdarUsDw=
5959
subdir:
6060
pango
61+
62+
source-repository-package
63+
type: git
64+
location: https://github.com/yveshauser/leios-formal-spec.git
65+
tag: 094dc4d8c7138fa8910a3c55d25c2dad4720272d
66+
--sha256: xXrnOYNAGpMJWoIs0+XDgmpHZ7nx0bhbBhhufUNl9lI=
67+
subdir:
68+
generated

leios-conformance/leios-conformance.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ library
3030
, bytestring
3131
, containers
3232
, data-default
33-
-- , leios-spec
33+
, leios-spec
3434
, mtl
3535
, pretty
3636
, QuickCheck

nix/project.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let
99
isCross = pkgs.stdenv.hostPlatform != pkgs.stdenv.buildPlatform;
1010
in
1111
{
12-
src = ../leios-conformance;
12+
src = ../.;
1313
shell.withHoogle = false;
1414
inputMap = {
1515
"https://chap.intersectmbo.org/" = inputs.iogx.inputs.CHaP;

0 commit comments

Comments
 (0)