Bumped to lts-18.28

This commit is contained in:
iko 2022-03-22 17:24:02 +03:00
parent 5206c95c42
commit b79918bf0f
Signed by untrusted user: iko
GPG Key ID: 82C257048D1026F2
3 changed files with 10 additions and 10 deletions

View File

@ -26,7 +26,7 @@ executable feedforward
, bytestring
, cereal
, either
, optparse-applicative >= 0.13 && < 0.16
, optparse-applicative >= 0.13 && < 0.17
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix
@ -42,7 +42,7 @@ executable mnist
, grenade
, attoparsec
, either
, optparse-applicative >= 0.13 && < 0.16
, optparse-applicative >= 0.13 && < 0.17
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.21
@ -61,7 +61,7 @@ executable gan-mnist
, bytestring
, cereal
, either
, optparse-applicative >= 0.13 && < 0.16
, optparse-applicative >= 0.13 && < 0.17
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.21
@ -78,7 +78,7 @@ executable recurrent
, grenade
, attoparsec
, either
, optparse-applicative >= 0.13 && < 0.16
, optparse-applicative >= 0.13 && < 0.17
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.21
@ -96,7 +96,7 @@ executable shakespeare
, bytestring
, cereal
, either
, optparse-applicative >= 0.13 && < 0.16
, optparse-applicative >= 0.13 && < 0.17
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.21

View File

@ -20,7 +20,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: lts-15.5
resolver: lts-18.28
# User packages to be built.
# Various formats can be used as shown in the example below.

View File

@ -13,7 +13,7 @@ packages:
hackage: typelits-witnesses-0.3.0.3
snapshots:
- completed:
size: 491372
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/5.yaml
sha256: 1b549cfff328040c382a70a84a2087aac8dab6d778bf92f32a93a771a1980dfc
original: lts-15.5
size: 590100
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/28.yaml
sha256: 428ec8d5ce932190d3cbe266b9eb3c175cd81e984babf876b64019e2cbe4ea68
original: lts-18.28