Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ejconlon committed May 16, 2024
1 parent c3d83c4 commit c8094fe
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions minipat/minipat.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ library
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds
build-depends:
base >=4.12 && <5
, bowtie >=0.3.1 && <0.4
, bowtie ==0.4.*
, containers ==0.6.*
, data-default ==0.7.*
, heaps ==0.4.*
Expand Down Expand Up @@ -127,7 +127,7 @@ test-suite minipat-test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.12 && <5
, bowtie >=0.3.1 && <0.4
, bowtie ==0.4.*
, containers ==0.6.*
, data-default ==0.7.*
, daytripper ==0.3.*
Expand Down
2 changes: 1 addition & 1 deletion minipat/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaults:

dependencies:
- base >= 4.12 && < 5
- bowtie >= 0.3.1 && < 0.4
- bowtie >= 0.4 && < 0.5
- containers >= 0.6 && < 0.7
- data-default >= 0.7 && < 0.8
- heaps >= 0.4 && < 0.5
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-22.20
resolver: lts-22.22

ghc-options:
"$everything": -haddock
Expand All @@ -10,7 +10,7 @@ packages:
- minipat-midi

extra-deps:
- bowtie-0.3.1
- bowtie-0.4.0
- dahdit-0.5.1
- dahdit-network-0.5.2
- dahdit-midi-0.5.5
Expand Down
16 changes: 8 additions & 8 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

packages:
- completed:
hackage: bowtie-0.3.1@sha256:75386b80c198e948c36e3647df9619f48fcaaf3cd38edafa66bc4a0614fbe613,1848
hackage: bowtie-0.4.0@sha256:e64019d9a50df855ea74e1260e2991cc9f79dc489f7ec75996664c067365ba92,2062
pantry-tree:
sha256: 0164d98ecc676e9b95dddc53dc175888213c8c957db114d3748db755ecca9658
size: 221
sha256: 84b4615719948835d4982d39f6d4dc0272909f79998b6f796cfffca3aa7968a8
size: 693
original:
hackage: bowtie-0.3.1
hackage: bowtie-0.4.0
- completed:
hackage: dahdit-0.5.1@sha256:f583794914a2c775f3e59fe4ef1d39c5ab827ff27894da32f7ae0de4ea9f15b1,3704
pantry-tree:
Expand Down Expand Up @@ -83,7 +83,7 @@ packages:
hackage: RtMidi-0.8.0.0
snapshots:
- completed:
sha256: 4a0e5e187fbef423f9c60072bfb1dd56f2a01a07a2667eb1469bd79073cfceaf
size: 713340
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/20.yaml
original: lts-22.20
sha256: 4be1ca5d31689b524a7f0f17a439bbe9136465213edc498e9a395899a670f2aa
size: 718486
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/22.yaml
original: lts-22.22

0 comments on commit c8094fe

Please sign in to comment.