Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit fd0bba8

Browse files
committed
fix versions
1 parent 310bc8b commit fd0bba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tidal-parse/tidal-parse.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tidal-parse
2-
version: 0.0.1
2+
version: 0.0.2
33
synopsis: Parser for TidalCycles
44
-- description:
55
homepage: http://tidalcycles.org/
@@ -30,7 +30,7 @@ library
3030

3131
Build-depends:
3232
base >=4.8 && <5
33-
, tidal-core == 1.10
33+
, tidal-core == 1.10.0
3434
, transformers >= 0.5 && < 0.7
3535
, template-haskell
3636
, haskellish >= 0.3.2 && < 0.4

0 commit comments

Comments
 (0)