Skip to content

Commit

Permalink
Update Config and Doc files
Browse files Browse the repository at this point in the history
- Update Stack files
- Update NIX pipeline
- Update Cabal files
  • Loading branch information
eilseq committed Feb 18, 2025
1 parent ff7504b commit c157948
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 0 additions & 6 deletions tidal-core/tidal-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ version: 1.10.0

homepage: http://tidalcycles.org/
license: GPL-3
license-file: LICENSE

extra-source-files:
README.md
CHANGELOG.md
tidal.el

category: Sound
build-type: Simple
Expand Down
12 changes: 9 additions & 3 deletions tidal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ test-suite dontcrash
main-is: dontcrash.hs
hs-source-dirs: test
build-depends: base,
tidal
tidal,
tidal-core,

default-language: Haskell2010

benchmark bench-speed
Expand All @@ -104,7 +106,9 @@ benchmark bench-speed
build-depends:
base >=4 && <5,
criterion >=1.6.3.0,
tidal
tidal,
tidal-core,

ghc-options: -Wall

default-language: Haskell2010
Expand All @@ -118,7 +122,9 @@ benchmark bench-memory
build-depends:
base >=4 && <5,
weigh,
tidal
tidal,
tidal-core

ghc-options: -Wall

default-language: Haskell2010
Expand Down

0 comments on commit c157948

Please sign in to comment.