Skip to content

Commit 8c197c4

Browse files
authored
Fix the cabal.project file (#2289)
1 parent c0376ae commit 8c197c4

File tree

7 files changed

+1357
-13
lines changed

7 files changed

+1357
-13
lines changed

.github/workflows/test.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
push:
55
jobs:
6-
tests:
6+
test-nix:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/[email protected]
@@ -16,3 +16,25 @@ jobs:
1616
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
1717
- run: nix-build -A kore -A project.kore.checks
1818
- run: nix-shell --run "echo OK"
19+
20+
test-cabal:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: actions/[email protected]
24+
with:
25+
submodules: recursive
26+
27+
- uses: actions/[email protected]
28+
id: setup-haskell-cabal
29+
with:
30+
ghc-version: "8.10.1"
31+
cabal-version: "3.2"
32+
33+
- name: Cache Cabal store
34+
uses: actions/cache@v2
35+
with:
36+
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
37+
key: ${{ runner.os }}-ghc-8.10.1-${{ hashFiles('cabal.project.freeze') }}
38+
39+
- name: Build project
40+
run: cabal v2-build --enable-tests --enable-benchmarks all

cabal.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,20 @@ package *
1111
package kore
1212
ghc-options: -Wall -Werror
1313
ghc-options: -fprof-auto-top
14+
15+
source-repository-package
16+
type: git
17+
location: https://github.com/ttuegel/pipes-sqlite-simple.git
18+
tag: a3920f053f92e76f2a7ff7c68e34f9e926817702
19+
20+
source-repository-package
21+
type: git
22+
location: https://github.com/ttuegel/pipes-ghc-events.git
23+
tag: 780b479300bd165f58b3bdd5f941ea81844fc937
24+
subdir: eventlog2speedscope
25+
26+
source-repository-package
27+
type: git
28+
location: https://github.com/ttuegel/pipes-ghc-events.git
29+
tag: 780b479300bd165f58b3bdd5f941ea81844fc937
30+
subdir: pipes-ghc-events

cabal.project.freeze

Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
constraints: any.Glob ==0.10.1,
2+
any.Only ==0.1,
3+
any.QuickCheck ==2.13.2,
4+
any.StateVar ==1.2,
5+
any.adjunctions ==4.4,
6+
any.aeson ==1.5.4.0,
7+
aeson -bytestring-builder -cffi -developer -fast,
8+
any.ansi-terminal ==0.10.3,
9+
any.ansi-wl-pprint ==0.6.9,
10+
any.array ==0.5.4.0,
11+
any.assoc ==1.0.1,
12+
any.async ==2.2.2,
13+
any.attoparsec ==0.13.2.4,
14+
any.base ==4.14.0.0,
15+
any.base-compat ==0.11.1,
16+
any.base-compat-batteries ==0.11.1,
17+
any.base-orphans ==0.8.2,
18+
any.basement ==0.0.11,
19+
any.bifunctors ==5.5.7,
20+
any.binary ==0.8.8.0,
21+
any.blaze-builder ==0.4.1.0,
22+
any.blaze-html ==0.9.1.2,
23+
any.blaze-markup ==0.8.2.7,
24+
any.blaze-textual ==0.2.1.0,
25+
any.bytestring ==0.10.10.0,
26+
any.call-stack ==0.2.0,
27+
any.case-insensitive ==1.2.1.0,
28+
any.chronos ==1.1.1,
29+
any.clock ==0.8,
30+
any.co-log ==0.4.0.1,
31+
any.co-log-core ==0.2.1.1,
32+
any.colour ==2.3.5,
33+
any.comonad ==5.0.6,
34+
any.concurrent-output ==1.10.12,
35+
any.conduit ==1.3.2,
36+
any.conduit-extra ==1.3.5,
37+
any.constraints ==0.12,
38+
any.containers ==0.6.2.1,
39+
any.contravariant ==1.5.2,
40+
any.cryptonite ==0.26,
41+
any.data-default ==0.7.1.1,
42+
any.data-default-class ==0.1.2.0,
43+
any.data-default-instances-containers ==0.0.1,
44+
any.data-default-instances-dlist ==0.0.1,
45+
any.data-default-instances-old-locale ==0.0.1,
46+
any.data-fix ==0.3.0,
47+
any.deepseq ==1.4.4.0,
48+
any.direct-sqlite ==2.3.26,
49+
any.directory ==1.3.6.0,
50+
any.distributive ==0.6.2,
51+
any.dlist ==0.8.0.8,
52+
any.erf ==2.0.0.0,
53+
any.errors ==2.3.0,
54+
any.exceptions ==0.10.4,
55+
any.extra ==1.7.4,
56+
any.fail ==4.9.0.0,
57+
any.fgl ==5.7.0.2,
58+
any.filepath ==1.4.2.1,
59+
any.free ==5.1.3,
60+
any.generic-lens ==2.0.0.0,
61+
any.generic-lens-core ==2.0.0.0,
62+
any.generics-sop ==0.5.1.0,
63+
any.ghc-boot-th ==8.10.1,
64+
any.ghc-events ==0.13.0,
65+
any.ghc-prim ==0.6.1,
66+
any.ghc-trace-events ==0.1.2.1,
67+
any.gitrev ==1.3.1,
68+
any.graphviz ==2999.20.0.4,
69+
any.groom ==0.1.2.1,
70+
any.hashable ==1.3.0.0,
71+
any.haskeline ==0.8.0.0,
72+
any.haskell-lexer ==1.1,
73+
any.haskell-src-exts ==1.23.1,
74+
any.hedgehog ==1.0.3,
75+
any.indexed-profunctors ==0.1,
76+
any.integer-gmp ==1.0.3.0,
77+
any.integer-logarithms ==1.0.3,
78+
any.invariant ==0.5.3,
79+
any.junit-xml ==0.1.0.0,
80+
any.kan-extensions ==5.2,
81+
kore -release +threaded,
82+
any.lens ==4.19.2,
83+
any.lifted-async ==0.10.1.1,
84+
any.lifted-base ==0.2.3.12,
85+
any.logict ==0.7.0.2,
86+
any.markdown-unlit ==0.5.0,
87+
any.megaparsec ==8.0.0,
88+
any.memory ==0.15.0,
89+
any.mmorph ==1.1.3,
90+
any.monad-control ==1.0.2.3,
91+
any.mono-traversable ==1.0.15.1,
92+
any.mtl ==2.2.2,
93+
any.network ==3.1.1.1,
94+
any.old-locale ==1.0.0.7,
95+
any.old-time ==1.1.0.3,
96+
any.optparse-applicative ==0.15.1.0,
97+
any.parallel ==3.2.2.0,
98+
any.parser-combinators ==1.2.1,
99+
any.pipes ==4.3.13,
100+
any.pipes-aeson ==0.4.1.8,
101+
any.pipes-attoparsec ==0.5.1.5,
102+
any.pipes-bytestring ==2.1.6,
103+
any.pipes-group ==1.0.12,
104+
any.pipes-parse ==3.0.8,
105+
any.pipes-safe ==2.3.2,
106+
any.polyparse ==1.13,
107+
any.pretty ==1.1.3.6,
108+
any.pretty-show ==1.10,
109+
any.prettyprinter ==1.6.2,
110+
any.primitive ==0.7.0.1,
111+
any.process ==1.6.8.2,
112+
any.profunctors ==5.5.2,
113+
any.quickcheck-instances ==0.3.23,
114+
any.random ==1.1,
115+
any.recursion-schemes ==5.1.3,
116+
any.reflection ==2.1.6,
117+
any.resourcet ==1.2.4.2,
118+
any.rts ==1.0,
119+
any.safe ==0.3.19,
120+
any.safe-exceptions ==0.1.7.0,
121+
any.scientific ==0.3.6.2,
122+
any.semialign ==1.1.0.1,
123+
any.semigroupoids ==5.3.4,
124+
any.semigroups ==0.19.1,
125+
any.sop-core ==0.5.0.1,
126+
any.split ==0.2.3.4,
127+
any.splitmix ==0.0.5,
128+
any.sqlite-simple ==0.4.18.0,
129+
any.stm ==2.5.0.0,
130+
any.streaming-commons ==0.2.1.2,
131+
any.streams ==3.3,
132+
any.strict ==0.4,
133+
strict +assoc,
134+
any.stringsearch ==0.3.6.6,
135+
any.tagged ==0.8.6,
136+
any.tar ==0.5.1.1,
137+
any.tasty ==1.2.3,
138+
any.tasty-discover ==4.2.1,
139+
any.tasty-golden ==2.3.3.2,
140+
any.tasty-hedgehog ==1.0.0.2,
141+
any.tasty-hunit ==0.10.0.2,
142+
any.tasty-quickcheck ==0.10.1.1,
143+
any.tasty-test-reporter ==0.1.1.1,
144+
any.template-haskell ==2.16.0.0,
145+
any.temporary ==1.3,
146+
any.terminal-size ==0.3.2.1,
147+
any.terminfo ==0.4.1.4,
148+
any.text ==1.2.3.2,
149+
any.th-abstraction ==0.3.2.0,
150+
any.these ==1.1.1.1,
151+
any.time ==1.9.3,
152+
any.time-compat ==1.9.3,
153+
any.torsor ==0.1,
154+
any.transformers ==0.5.6.2,
155+
any.transformers-base ==0.4.5.2,
156+
any.transformers-compat ==0.6.5,
157+
any.type-equality ==1,
158+
any.typed-process ==0.2.6.0,
159+
any.typerep-map ==0.3.3.0,
160+
any.unbounded-delays ==0.1.1.0,
161+
any.unix ==2.7.2.2,
162+
any.unliftio-core ==0.2.0.1,
163+
any.unordered-containers ==0.2.11.0,
164+
any.uuid-types ==1.0.3,
165+
any.vector ==0.12.1.2,
166+
any.vector-algorithms ==0.8.0.3,
167+
any.void ==0.7.3,
168+
any.wcwidth ==0.0.2,
169+
any.witherable ==0.3.1,
170+
any.wl-pprint-annotated ==0.1.0.1,
171+
any.wl-pprint-text ==1.2.0.1,
172+
any.xml-conduit ==1.9.0.0,
173+
any.xml-types ==0.3.8,
174+
any.zlib ==0.6.2.1

kore/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)