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
4 changes: 3 additions & 1 deletion essence-of-live-coding-tutorial.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ build-type: Simple
extra-source-files: CHANGELOG.md
extra-doc-files: README.md

tested-with: GHC == 8.6.5, GHC == 8.8.4

flag pulse
description: Build with pulse audio backend on linux.

Expand All @@ -42,7 +44,7 @@ source-repository this
executable essence-of-live-coding-tutorial
main-is: Main.hs
build-depends:
base >= 4.11 && < 5
base >= 4.12 && < 4.14
, gloss >= 1.13
, vector-space >= 0.16
, bytestring >= 0.10
Expand Down