File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff 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
2121tests : 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments