Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions copilot/copilot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ library
executable what4-propositional
main-is: Propositional.hs
hs-source-dirs: examples/what4
build-depends: base
build-depends: base >= 4.9 && < 5
, copilot
, copilot-theorem
default-language: Haskell2010
Expand All @@ -77,7 +77,7 @@ executable what4-propositional
executable what4-arithmetic
main-is: Arithmetic.hs
hs-source-dirs: examples/what4
build-depends: base
build-depends: base >= 4.9 && < 5
, copilot
, copilot-theorem
default-language: Haskell2010
Expand All @@ -89,8 +89,8 @@ executable what4-arithmetic
executable what4-arithmetic-counterexamples
main-is: ArithmeticCounterExamples.hs
hs-source-dirs: examples/what4
build-depends: base
, containers
build-depends: base >= 4.9 && < 5
, containers >= 0.4 && < 0.9
, copilot
, copilot-theorem
default-language: Haskell2010
Expand All @@ -102,7 +102,7 @@ executable what4-arithmetic-counterexamples
executable what4-structs
main-is: Structs.hs
hs-source-dirs: examples/what4
build-depends: base
build-depends: base >= 4.9 && < 5
, copilot
, copilot-theorem
default-language: Haskell2010
Expand Down