Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ejconlon committed Aug 26, 2024
1 parent 63e473a commit 8f2751b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions minipat-live/minipat-live.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -85,7 +85,7 @@ library
, exceptions ==0.10.*
, heaps ==0.4.*
, little-logger ==1.0.*
, looksee >=0.5.2 && <0.6
, looksee >=0.6.0 && <0.7
, minipat ==0.1.*
, mtl ==2.3.*
, nanotime >=0.3.2 && <0.4
Expand Down Expand Up @@ -143,7 +143,7 @@ test-suite minipat-live-test
, exceptions ==0.10.*
, heaps ==0.4.*
, little-logger ==1.0.*
, looksee >=0.5.2 && <0.6
, looksee >=0.6.0 && <0.7
, minipat ==0.1.*
, minipat-live
, mtl ==2.3.*
Expand Down
2 changes: 1 addition & 1 deletion minipat-live/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- exceptions >= 0.10 && < 0.11
- heaps >= 0.4 && < 0.5
- little-logger >= 1.0 && < 1.1
- looksee >= 0.5.2 && < 0.6
- looksee >= 0.6.0 && < 0.7
- minipat >= 0.1 && < 0.2
- mtl >= 2.3 && < 2.4
- nanotime >= 0.3.2 && < 0.4
Expand Down
6 changes: 3 additions & 3 deletions minipat/minipat.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -78,7 +78,7 @@ library
, containers ==0.6.*
, data-default ==0.7.*
, heaps ==0.4.*
, looksee >=0.5.2 && <0.6
, looksee >=0.6.0 && <0.7
, mtl ==2.3.*
, nanotime >=0.3.2 && <0.4
, nonempty-containers ==0.3.*
Expand Down Expand Up @@ -132,7 +132,7 @@ test-suite minipat-test
, data-default ==0.7.*
, daytripper ==0.3.*
, heaps ==0.4.*
, looksee >=0.5.2 && <0.6
, looksee >=0.6.0 && <0.7
, minipat
, mtl ==2.3.*
, nanotime >=0.3.2 && <0.4
Expand Down
2 changes: 1 addition & 1 deletion minipat/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- containers >= 0.6 && < 0.7
- data-default >= 0.7 && < 0.8
- heaps >= 0.4 && < 0.5
- looksee >= 0.5.2 && < 0.6
- looksee >= 0.6.0 && < 0.7
- mtl >= 2.3 && < 2.4
- nanotime >= 0.3.2 && < 0.4
- nonempty-containers >= 0.3 && < 0.4
Expand Down
2 changes: 1 addition & 1 deletion minipat/src/Minipat/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ data ParseErr
deriving stock (Eq, Ord, Show)

instance L.HasErrMessage ParseErr where
getErrMessage = \case
getErrMessage _ = \case
ParseErrDotForbidden -> ["Dot is not allowed in this position"]
ParseErrElongate -> ["Elongate is not allowed in this position"]
ParseErrRatioChar c -> ["Invalid ratio " <> T.singleton c]
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ extra-deps:
- daytripper-0.3.1
- little-logger-1.0.2
- falsify-0.2.0@r1
- looksee-0.5.2
- looksee-0.6.0
- nanotime-0.3.2
- RtMidi-0.8.0.0
6 changes: 3 additions & 3 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ packages:
original:
hackage: falsify-0.2.0
- completed:
hackage: looksee-0.5.2@sha256:47046ae5f719348ed4d90d757fb89d231c20dac944c06848f430bd7dfaeeac85,3158
hackage: looksee-0.6.0@sha256:3d681ac6d8f23cf6c9bf2e7cd555a98e35f1c567fdaea7a9bc207b5223ed275c,3261
pantry-tree:
sha256: 95484bf869be4460ab8df3a49c2b76947bd07309cf4a8cf4c65d188a4f69a3d3
sha256: 916891c6448851d00c7315a60a2fb16edb17f3e452c00711d110ecfed66843c5
size: 279
original:
hackage: looksee-0.5.2
hackage: looksee-0.6.0
- completed:
hackage: nanotime-0.3.2@sha256:fe49cf850141904340401d1af79a1685009cfd7b615f8cbe3ae45105db535db6,2827
pantry-tree:
Expand Down

0 comments on commit 8f2751b

Please sign in to comment.