Skip to content

Commit 853a60e

Browse files
Fix missing dependency error in example. Refs #252.
The counter example is missing the dependency on copilot-c99 in the cabal file, resulting in an error during compilation. This commit adds that dependency on copilot-c99 to the executable. [ci skip]
1 parent 993fa94 commit 853a60e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)