@@ -4,7 +4,7 @@ cabal-version: 2.0
44--
55-- see: https://github.com/sol/hpack
66--
7- -- hash: 3a83185a1a255aa08e871ef0a8fcabde2c05975f2556603454bce153bad1d11f
7+ -- hash: df9bdff20c7b93fa747ba6e542d129c1a39765b56d9e6b7e3081327b44667265
88
99name : hid-examples
1010version : 0.5
@@ -168,7 +168,7 @@ library rpc-lib
168168 , mtl >= 2.0 && < 2.4
169169 , network >= 2.8 && < 3.3
170170 , network-simple >= 0.4.5 && < 0.5
171- , template-haskell >= 2.13 && < 2.23
171+ , template-haskell >= 2.13 && < 2.24
172172 default-language : Haskell2010
173173
174174library shunting-yard
@@ -362,7 +362,7 @@ executable covid
362362 attoparsec >= 0.13 && < 0.15
363363 , base >= 4.12 && < 5
364364 , bytestring >= 0.10 && < 0.13
365- , containers >= 0.5 && < 0.8
365+ , containers >= 0.5 && < 0.9
366366 , lens >= 4.17 && < 5.4
367367 , resourcet >= 1.2 && < 1.4
368368 , streaming >= 0.2.2 && < 0.4
@@ -403,7 +403,7 @@ executable dicegame
403403 build-depends :
404404 base >= 4.12 && < 5
405405 , mtl >= 2.0 && < 2.4
406- , random == 1.2. *
406+ , random >= 1.2 && < 1.4
407407 default-language : Haskell2010
408408
409409executable div
@@ -453,7 +453,7 @@ executable door-gen
453453 build-depends :
454454 base >= 4.12 && < 5
455455 , singletons == 3.0. *
456- , singletons-base >= 3.0 && < 3.5
456+ , singletons-base >= 3.0 && < 3.6
457457 default-language : Haskell2010
458458
459459executable dots
@@ -489,7 +489,7 @@ executable dots-async-cancel
489489 build-depends :
490490 async >= 2.0 && < 2.3
491491 , base >= 4.12 && < 5
492- , random == 1.2. *
492+ , random >= 1.2 && < 1.4
493493 default-language : Haskell2010
494494
495495executable dots-async-interrupted
@@ -543,7 +543,7 @@ executable du
543543 build-depends :
544544 base >= 4.12 && < 5
545545 , directory == 1.3. *
546- , extra >= 1.5 && < 1.8
546+ , extra >= 1.5 && < 1.9
547547 , filepath >= 1.4.1 && < 1.6
548548 , mtl >= 2.0 && < 2.4
549549 , optparse-applicative >= 0.14 && < 0.19
@@ -582,7 +582,7 @@ executable elevator
582582 , fin >= 0.1 && < 0.4
583583 , mtl >= 2.0 && < 2.4
584584 , singletons == 3.0. *
585- , singletons-base >= 3.0 && < 3.5
585+ , singletons-base >= 3.0 && < 3.6
586586 default-language : Haskell2010
587587
588588executable evalrpn1
@@ -654,7 +654,7 @@ executable filecount
654654 ghc-options : -Wall -Werror -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wno-unused-top-binds -Wno-orphans -Wno-error=unrecognised-warning-flags
655655 build-depends :
656656 base >= 4.12 && < 5
657- , extra >= 1.5 && < 1.8
657+ , extra >= 1.5 && < 1.9
658658 default-language : Haskell2010
659659
660660executable gcd
@@ -775,7 +775,7 @@ executable hello-th
775775 ghc-options : -Wall -Werror -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wno-unused-top-binds -Wno-orphans -Wno-error=unrecognised-warning-flags
776776 build-depends :
777777 base >= 4.12 && < 5
778- , template-haskell >= 2.13 && < 2.23
778+ , template-haskell >= 2.13 && < 2.24
779779 default-language : Haskell2010
780780
781781executable interleaving
@@ -907,7 +907,7 @@ executable mstr-literals
907907 ghc-options : -Wall -Werror -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wno-unused-top-binds -Wno-orphans -Wno-error=unrecognised-warning-flags -Wno-missing-signatures -Wno-incomplete-patterns
908908 build-depends :
909909 base >= 4.12 && < 5
910- , template-haskell >= 2.13 && < 2.23
910+ , template-haskell >= 2.13 && < 2.24
911911 default-language : Haskell2010
912912
913913executable mvar-deadlocks
@@ -1091,7 +1091,7 @@ executable predicates
10911091 ghc-options : -Wall -Werror -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wno-unused-top-binds -Wno-orphans -Wno-error=unrecognised-warning-flags -Wno-missing-signatures -Wno-incomplete-patterns
10921092 build-depends :
10931093 base >= 4.12 && < 5
1094- , template-haskell >= 2.13 && < 2.23
1094+ , template-haskell >= 2.13 && < 2.24
10951095 default-language : Haskell2010
10961096
10971097executable prefix-postfix
@@ -1117,7 +1117,7 @@ executable projectors
11171117 ghc-options : -Wall -Werror -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wno-unused-top-binds -Wno-orphans -Wno-error=unrecognised-warning-flags
11181118 build-depends :
11191119 base >= 4.12 && < 5
1120- , template-haskell >= 2.13 && < 2.23
1120+ , template-haskell >= 2.13 && < 2.24
11211121 default-language : Haskell2010
11221122
11231123executable pub-sub
@@ -1313,7 +1313,7 @@ executable sumtab
13131313 ghc-options : -Wall -Werror -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wno-unused-top-binds -Wno-orphans -Wno-error=unrecognised-warning-flags
13141314 build-depends :
13151315 base >= 4.12 && < 5
1316- , extra >= 1.5 && < 1.8
1316+ , extra >= 1.5 && < 1.9
13171317 , streaming >= 0.2.2 && < 0.4
13181318 , text >= 1.2 && < 2.2
13191319 , text-show >= 3.0 && < 4
@@ -1433,7 +1433,7 @@ executable type-families
14331433 ghc-options : -Wall -Werror -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wno-unused-top-binds -Wno-orphans -Wno-error=unrecognised-warning-flags -Wno-type-defaults
14341434 build-depends :
14351435 base >= 4.12 && < 5
1436- , containers >= 0.5 && < 0.8
1436+ , containers >= 0.5 && < 0.9
14371437 default-language : Haskell2010
14381438
14391439executable type-lits
@@ -1557,7 +1557,7 @@ executable wait-completion
15571557 ghc-options : -Wall -Werror -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wno-unused-top-binds -Wno-orphans -Wno-error=unrecognised-warning-flags -threaded
15581558 build-depends :
15591559 base >= 4.12 && < 5
1560- , random == 1.2. *
1560+ , random >= 1.2 && < 1.4
15611561 default-language : Haskell2010
15621562
15631563executable weapons
@@ -1572,7 +1572,7 @@ executable weapons
15721572 build-depends :
15731573 base >= 4.12 && < 5
15741574 , mtl >= 2.0 && < 2.4
1575- , random == 1.2. *
1575+ , random >= 1.2 && < 1.4
15761576 default-language : Haskell2010
15771577
15781578test-suite expr-simple-test
@@ -1598,7 +1598,7 @@ test-suite iplookup-doctest
15981598 ghc-options : -Wall -Werror -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wno-unused-top-binds -Wno-orphans -Wno-error=unrecognised-warning-flags
15991599 build-depends :
16001600 base >= 4.12 && < 5
1601- , doctest >= 0.12 && < 0.23
1601+ , doctest >= 0.12 && < 0.25
16021602 , split == 0.2. *
16031603 default-language : Haskell2010
16041604
@@ -1638,7 +1638,7 @@ test-suite radar-test
16381638 build-depends :
16391639 base >= 4.12 && < 5
16401640 , radar-lib
1641- , random == 1.2. *
1641+ , random >= 1.2 && < 1.4
16421642 default-language : Haskell2010
16431643
16441644test-suite shunting-yard-test
0 commit comments