Skip to content

Commit e3f801e

Browse files
Merge branch 'dev-fix-examples-counter-dependency'. Close #252.
The counter example is missing the dependency on copilot-c99 in the cabal file, resulting in an error during compilation. This branch adds that dependency on copilot-c99 to the executable. [ci skip]
2 parents 993fa94 + 2e2ec5d commit e3f801e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

copilot/CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
2021-09-16
2+
* Fix missing dependency in example executable. (#252)
23
* Fix outdated/broken links. (#252)
34
* Update installation instructions in README to
45
match new repo structure. (#248)

copilot/copilot.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ executable counter
162162
hs-source-dirs: examples
163163
build-depends: base >= 4.9 && < 5
164164
, copilot
165+
, copilot-c99
165166
default-language: Haskell2010
166167
if flag(examples)
167168
buildable: True

0 commit comments

Comments
 (0)