Prepare release 1.6.0.1 (#314)

* Relax upper bounds for several packages

* Update Changelog
This commit is contained in:
Francisco Vallarino 2024-01-07 22:35:36 -03:00 committed by GitHub
parent 58b08083e3
commit a16e8599df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 184 additions and 177 deletions

View File

@ -1,3 +1,9 @@
## 1.6.0.1
### Changed
- Relaxed upper bounds for several packages ([PR #314](https://github.com/fjvallarino/monomer/pull/314)).
## 1.6.0.0 ## 1.6.0.0
### Added ### Added

View File

@ -10,6 +10,7 @@ dir=hackage-docs
# assumes cabal 2.4 or later # assumes cabal 2.4 or later
stack exec --no-ghc-package-path -- cabal v2-haddock --builddir="$dir" --haddock-for-hackage --enable-doc stack exec --no-ghc-package-path -- cabal v2-haddock --builddir="$dir" --haddock-for-hackage --enable-doc
# this unpacks to .tar, which is the file format expected by Hackage
cd $dir cd $dir
gunzip monomer*-docs.tar.gz gunzip monomer*-docs.tar.gz
cd .. cd ..

View File

@ -1,11 +1,11 @@
cabal-version: 1.12 cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.1. -- This file has been generated from package.yaml by hpack version 0.36.0.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: monomer name: monomer
version: 1.6.0.0 version: 1.6.0.1
synopsis: A GUI library for writing native Haskell applications. synopsis: A GUI library for writing native Haskell applications.
description: Monomer is an easy to use, cross platform, GUI library for writing native description: Monomer is an easy to use, cross platform, GUI library for writing native
Haskell applications. Haskell applications.
@ -169,31 +169,31 @@ library
c2hs c2hs
build-depends: build-depends:
JuicyPixels >=3.2.9 && <3.5 JuicyPixels >=3.2.9 && <3.5
, OpenGLRaw ==3.3.* , OpenGLRaw >=3.3 && <3.5
, async >=2.1 && <2.3 , async >=2.1 && <2.4
, attoparsec >=0.12 && <0.15 , attoparsec >=0.12 && <0.16
, base >=4.11 && <5 , base >=4.11 && <5
, bytestring >=0.10 && <0.12 , bytestring >=0.10 && <0.20
, bytestring-to-vector ==0.3.* , bytestring-to-vector ==0.3.*
, containers >=0.5.11 && <0.7 , containers >=0.5.11 && <0.8
, data-default >=0.5 && <0.8 , data-default >=0.5 && <0.9
, exceptions ==0.10.* , exceptions >=0.10 && <0.13
, extra >=1.6 && <1.9 , extra >=1.6 && <1.10
, foreign-store >=0.2 && <1.0 , foreign-store >=0.2 && <1.0
, formatting >=6.0 && <8.0 , formatting >=6.0 && <8.0
, http-client >=0.6 && <0.9 , http-client >=0.6 && <0.9
, lens >=4.16 && <6 , lens >=4.16 && <6
, mtl >=2.1 && <2.4 , mtl >=2.1 && <2.4
, nanovg >=0.8.1 && <1.0 , nanovg >=0.8.1 && <1.0
, process ==1.6.* , process >=1.6 && <1.8
, sdl2 >=2.5.0 && <2.6 , sdl2 >=2.5.0 && <2.7
, stm ==2.5.* , stm >=2.5 && <2.7
, text >=1.2 && <2.1 , text >=1.2 && <3
, text-show >=3.7 && <3.12 , text-show >=3.7 && <3.14
, time >=1.8 && <1.16 , time >=1.8 && <1.20
, transformers >=0.5 && <0.7 , transformers >=0.5 && <0.8
, vector >=0.12 && <0.14 , vector >=0.12 && <0.20
, wreq >=0.5.2 && <0.6 , wreq >=0.5.2 && <0.7
default-language: Haskell2010 default-language: Haskell2010
if os(windows) if os(windows)
extra-libraries: extra-libraries:
@ -214,17 +214,17 @@ executable books
ghc-options: -threaded ghc-options: -threaded
build-depends: build-depends:
JuicyPixels >=3.2.9 && <3.5 JuicyPixels >=3.2.9 && <3.5
, OpenGLRaw ==3.3.* , OpenGLRaw >=3.3 && <3.5
, aeson >=1.4 && <2.3 , aeson >=1.4 && <2.3
, async >=2.1 && <2.3 , async >=2.1 && <2.4
, attoparsec >=0.12 && <0.15 , attoparsec >=0.12 && <0.16
, base >=4.11 && <5 , base >=4.11 && <5
, bytestring >=0.10 && <0.12 , bytestring >=0.10 && <0.20
, bytestring-to-vector ==0.3.* , bytestring-to-vector ==0.3.*
, containers >=0.5.11 && <0.7 , containers >=0.5.11 && <0.8
, data-default >=0.5 && <0.8 , data-default >=0.5 && <0.9
, exceptions ==0.10.* , exceptions >=0.10 && <0.13
, extra >=1.6 && <1.9 , extra >=1.6 && <1.10
, foreign-store >=0.2 && <1.0 , foreign-store >=0.2 && <1.0
, formatting >=6.0 && <8.0 , formatting >=6.0 && <8.0
, http-client >=0.6 && <0.9 , http-client >=0.6 && <0.9
@ -232,14 +232,14 @@ executable books
, monomer , monomer
, mtl >=2.1 && <2.4 , mtl >=2.1 && <2.4
, nanovg >=0.8.1 && <1.0 , nanovg >=0.8.1 && <1.0
, process ==1.6.* , process >=1.6 && <1.8
, sdl2 >=2.5.0 && <2.6 , sdl2 >=2.5.0 && <2.7
, stm ==2.5.* , stm >=2.5 && <2.7
, text >=1.2 && <2.1 , text >=1.2 && <3
, text-show >=3.7 && <3.12 , text-show >=3.7 && <3.14
, time >=1.8 && <1.16 , time >=1.8 && <1.20
, transformers >=0.5 && <0.7 , transformers >=0.5 && <0.8
, vector >=0.12 && <0.14 , vector >=0.12 && <0.20
, wreq >=0.5.2 && <0.6 , wreq >=0.5.2 && <0.6
default-language: Haskell2010 default-language: Haskell2010
if flag(examples) if flag(examples)
@ -258,16 +258,16 @@ executable dev-test-app
ghc-options: -threaded ghc-options: -threaded
build-depends: build-depends:
JuicyPixels >=3.2.9 && <3.5 JuicyPixels >=3.2.9 && <3.5
, OpenGLRaw ==3.3.* , OpenGLRaw >=3.3 && <3.5
, async >=2.1 && <2.3 , async >=2.1 && <2.4
, attoparsec >=0.12 && <0.15 , attoparsec >=0.12 && <0.16
, base >=4.11 && <5 , base >=4.11 && <5
, bytestring >=0.10 && <0.12 , bytestring >=0.10 && <0.20
, bytestring-to-vector ==0.3.* , bytestring-to-vector ==0.3.*
, containers >=0.5.11 && <0.7 , containers >=0.5.11 && <0.8
, data-default >=0.5 && <0.8 , data-default >=0.5 && <0.9
, exceptions ==0.10.* , exceptions >=0.10 && <0.13
, extra >=1.6 && <1.9 , extra >=1.6 && <1.10
, foreign-store >=0.2 && <1.0 , foreign-store >=0.2 && <1.0
, formatting >=6.0 && <8.0 , formatting >=6.0 && <8.0
, http-client >=0.6 && <0.9 , http-client >=0.6 && <0.9
@ -275,15 +275,15 @@ executable dev-test-app
, monomer , monomer
, mtl >=2.1 && <2.4 , mtl >=2.1 && <2.4
, nanovg >=0.8.1 && <1.0 , nanovg >=0.8.1 && <1.0
, process ==1.6.* , process >=1.6 && <1.8
, sdl2 >=2.5.0 && <2.6 , sdl2 >=2.5.0 && <2.7
, stm ==2.5.* , stm >=2.5 && <2.7
, text >=1.2 && <2.1 , text >=1.2 && <3
, text-show >=3.7 && <3.12 , text-show >=3.7 && <3.14
, time >=1.8 && <1.16 , time >=1.8 && <1.20
, transformers >=0.5 && <0.7 , transformers >=0.5 && <0.8
, vector >=0.12 && <0.14 , vector >=0.12 && <0.20
, wreq >=0.5.2 && <0.6 , wreq >=0.5.2 && <0.7
default-language: Haskell2010 default-language: Haskell2010
executable generative executable generative
@ -300,16 +300,16 @@ executable generative
ghc-options: -threaded ghc-options: -threaded
build-depends: build-depends:
JuicyPixels >=3.2.9 && <3.5 JuicyPixels >=3.2.9 && <3.5
, OpenGLRaw ==3.3.* , OpenGLRaw >=3.3 && <3.5
, async >=2.1 && <2.3 , async >=2.1 && <2.4
, attoparsec >=0.12 && <0.15 , attoparsec >=0.12 && <0.16
, base >=4.11 && <5 , base >=4.11 && <5
, bytestring >=0.10 && <0.12 , bytestring >=0.10 && <0.20
, bytestring-to-vector ==0.3.* , bytestring-to-vector ==0.3.*
, containers >=0.5.11 && <0.7 , containers >=0.5.11 && <0.8
, data-default >=0.5 && <0.8 , data-default >=0.5 && <0.9
, exceptions ==0.10.* , exceptions >=0.10 && <0.13
, extra >=1.6 && <1.9 , extra >=1.6 && <1.10
, foreign-store >=0.2 && <1.0 , foreign-store >=0.2 && <1.0
, formatting >=6.0 && <8.0 , formatting >=6.0 && <8.0
, http-client >=0.6 && <0.9 , http-client >=0.6 && <0.9
@ -317,16 +317,16 @@ executable generative
, monomer , monomer
, mtl >=2.1 && <2.4 , mtl >=2.1 && <2.4
, nanovg >=0.8.1 && <1.0 , nanovg >=0.8.1 && <1.0
, process ==1.6.* , process >=1.6 && <1.8
, random >=1.1 && <1.3 , random >=1.1 && <1.3
, sdl2 >=2.5.0 && <2.6 , sdl2 >=2.5.0 && <2.7
, stm ==2.5.* , stm >=2.5 && <2.7
, text >=1.2 && <2.1 , text >=1.2 && <3
, text-show >=3.7 && <3.12 , text-show >=3.7 && <3.14
, time >=1.8 && <1.16 , time >=1.8 && <1.20
, transformers >=0.5 && <0.7 , transformers >=0.5 && <0.8
, vector >=0.12 && <0.14 , vector >=0.12 && <0.20
, wreq >=0.5.2 && <0.6 , wreq >=0.5.2 && <0.7
default-language: Haskell2010 default-language: Haskell2010
if flag(examples) if flag(examples)
buildable: True buildable: True
@ -345,16 +345,16 @@ executable opengl
ghc-options: -threaded ghc-options: -threaded
build-depends: build-depends:
JuicyPixels >=3.2.9 && <3.5 JuicyPixels >=3.2.9 && <3.5
, OpenGLRaw ==3.3.* , OpenGLRaw >=3.3 && <3.5
, async >=2.1 && <2.3 , async >=2.1 && <2.4
, attoparsec >=0.12 && <0.15 , attoparsec >=0.12 && <0.16
, base >=4.11 && <5 , base >=4.11 && <5
, bytestring >=0.10 && <0.12 , bytestring >=0.10 && <0.20
, bytestring-to-vector ==0.3.* , bytestring-to-vector ==0.3.*
, containers >=0.5.11 && <0.7 , containers >=0.5.11 && <0.8
, data-default >=0.5 && <0.8 , data-default >=0.5 && <0.9
, exceptions ==0.10.* , exceptions >=0.10 && <0.13
, extra >=1.6 && <1.9 , extra >=1.6 && <1.10
, foreign-store >=0.2 && <1.0 , foreign-store >=0.2 && <1.0
, formatting >=6.0 && <8.0 , formatting >=6.0 && <8.0
, http-client >=0.6 && <0.9 , http-client >=0.6 && <0.9
@ -362,16 +362,16 @@ executable opengl
, monomer , monomer
, mtl >=2.1 && <2.4 , mtl >=2.1 && <2.4
, nanovg >=0.8.1 && <1.0 , nanovg >=0.8.1 && <1.0
, process ==1.6.* , process >=1.6 && <1.8
, random >=1.1 && <1.3 , random >=1.1 && <1.3
, sdl2 >=2.5.0 && <2.6 , sdl2 >=2.5.0 && <2.7
, stm ==2.5.* , stm >=2.5 && <2.7
, text >=1.2 && <2.1 , text >=1.2 && <3
, text-show >=3.7 && <3.12 , text-show >=3.7 && <3.14
, time >=1.8 && <1.16 , time >=1.8 && <1.20
, transformers >=0.5 && <0.7 , transformers >=0.5 && <0.8
, vector >=0.12 && <0.14 , vector >=0.12 && <0.20
, wreq >=0.5.2 && <0.6 , wreq >=0.5.2 && <0.7
default-language: Haskell2010 default-language: Haskell2010
if flag(examples) if flag(examples)
buildable: True buildable: True
@ -391,17 +391,17 @@ executable ticker
ghc-options: -threaded ghc-options: -threaded
build-depends: build-depends:
JuicyPixels >=3.2.9 && <3.5 JuicyPixels >=3.2.9 && <3.5
, OpenGLRaw ==3.3.* , OpenGLRaw >=3.3 && <3.5
, aeson >=1.4 && <2.3 , aeson >=1.4 && <2.3
, async >=2.1 && <2.3 , async >=2.1 && <2.4
, attoparsec >=0.12 && <0.15 , attoparsec >=0.12 && <0.16
, base >=4.11 && <5 , base >=4.11 && <5
, bytestring >=0.10 && <0.12 , bytestring >=0.10 && <0.20
, bytestring-to-vector ==0.3.* , bytestring-to-vector ==0.3.*
, containers >=0.5.11 && <0.7 , containers >=0.5.11 && <0.8
, data-default >=0.5 && <0.8 , data-default >=0.5 && <0.9
, exceptions ==0.10.* , exceptions >=0.10 && <0.13
, extra >=1.6 && <1.9 , extra >=1.6 && <1.10
, foreign-store >=0.2 && <1.0 , foreign-store >=0.2 && <1.0
, formatting >=6.0 && <8.0 , formatting >=6.0 && <8.0
, http-client >=0.6 && <0.9 , http-client >=0.6 && <0.9
@ -409,16 +409,16 @@ executable ticker
, monomer , monomer
, mtl >=2.1 && <2.4 , mtl >=2.1 && <2.4
, nanovg >=0.8.1 && <1.0 , nanovg >=0.8.1 && <1.0
, process ==1.6.* , process >=1.6 && <1.8
, sdl2 >=2.5.0 && <2.6 , sdl2 >=2.5.0 && <2.7
, stm ==2.5.* , stm >=2.5 && <2.7
, text >=1.2 && <2.1 , text >=1.2 && <3
, text-show >=3.7 && <3.12 , text-show >=3.7 && <3.14
, time >=1.8 && <1.16 , time >=1.8 && <1.20
, transformers >=0.5 && <0.7 , transformers >=0.5 && <0.8
, vector >=0.12 && <0.14 , vector >=0.12 && <0.20
, websockets ==0.12.* , websockets ==0.12.*
, wreq >=0.5.2 && <0.6 , wreq >=0.5.2 && <0.7
, wuss >=1.1 && <2.3 , wuss >=1.1 && <2.3
default-language: Haskell2010 default-language: Haskell2010
if flag(examples) if flag(examples)
@ -438,16 +438,16 @@ executable todo
ghc-options: -threaded ghc-options: -threaded
build-depends: build-depends:
JuicyPixels >=3.2.9 && <3.5 JuicyPixels >=3.2.9 && <3.5
, OpenGLRaw ==3.3.* , OpenGLRaw >=3.3 && <3.5
, async >=2.1 && <2.3 , async >=2.1 && <2.4
, attoparsec >=0.12 && <0.15 , attoparsec >=0.12 && <0.16
, base >=4.11 && <5 , base >=4.11 && <5
, bytestring >=0.10 && <0.12 , bytestring >=0.10 && <0.20
, bytestring-to-vector ==0.3.* , bytestring-to-vector ==0.3.*
, containers >=0.5.11 && <0.7 , containers >=0.5.11 && <0.8
, data-default >=0.5 && <0.8 , data-default >=0.5 && <0.9
, exceptions ==0.10.* , exceptions >=0.10 && <0.13
, extra >=1.6 && <1.9 , extra >=1.6 && <1.10
, foreign-store >=0.2 && <1.0 , foreign-store >=0.2 && <1.0
, formatting >=6.0 && <8.0 , formatting >=6.0 && <8.0
, http-client >=0.6 && <0.9 , http-client >=0.6 && <0.9
@ -455,15 +455,15 @@ executable todo
, monomer , monomer
, mtl >=2.1 && <2.4 , mtl >=2.1 && <2.4
, nanovg >=0.8.1 && <1.0 , nanovg >=0.8.1 && <1.0
, process ==1.6.* , process >=1.6 && <1.8
, sdl2 >=2.5.0 && <2.6 , sdl2 >=2.5.0 && <2.7
, stm ==2.5.* , stm >=2.5 && <2.7
, text >=1.2 && <2.1 , text >=1.2 && <3
, text-show >=3.7 && <3.12 , text-show >=3.7 && <3.14
, time >=1.8 && <1.16 , time >=1.8 && <1.20
, transformers >=0.5 && <0.7 , transformers >=0.5 && <0.8
, vector >=0.12 && <0.14 , vector >=0.12 && <0.20
, wreq >=0.5.2 && <0.6 , wreq >=0.5.2 && <0.7
default-language: Haskell2010 default-language: Haskell2010
if flag(examples) if flag(examples)
buildable: True buildable: True
@ -489,16 +489,16 @@ executable tutorial
ghc-options: -threaded ghc-options: -threaded
build-depends: build-depends:
JuicyPixels >=3.2.9 && <3.5 JuicyPixels >=3.2.9 && <3.5
, OpenGLRaw ==3.3.* , OpenGLRaw >=3.3 && <3.5
, async >=2.1 && <2.3 , async >=2.1 && <2.4
, attoparsec >=0.12 && <0.15 , attoparsec >=0.12 && <0.16
, base >=4.11 && <5 , base >=4.11 && <5
, bytestring >=0.10 && <0.12 , bytestring >=0.10 && <0.20
, bytestring-to-vector ==0.3.* , bytestring-to-vector ==0.3.*
, containers >=0.5.11 && <0.7 , containers >=0.5.11 && <0.8
, data-default >=0.5 && <0.8 , data-default >=0.5 && <0.9
, exceptions ==0.10.* , exceptions >=0.10 && <0.13
, extra >=1.6 && <1.9 , extra >=1.6 && <1.10
, foreign-store >=0.2 && <1.0 , foreign-store >=0.2 && <1.0
, formatting >=6.0 && <8.0 , formatting >=6.0 && <8.0
, http-client >=0.6 && <0.9 , http-client >=0.6 && <0.9
@ -506,16 +506,16 @@ executable tutorial
, monomer , monomer
, mtl >=2.1 && <2.4 , mtl >=2.1 && <2.4
, nanovg >=0.8.1 && <1.0 , nanovg >=0.8.1 && <1.0
, process ==1.6.* , process >=1.6 && <1.8
, random >=1.1 && <1.3 , random >=1.1 && <1.3
, sdl2 >=2.5.0 && <2.6 , sdl2 >=2.5.0 && <2.7
, stm ==2.5.* , stm >=2.5 && <2.7
, text >=1.2 && <2.1 , text >=1.2 && <3
, text-show >=3.7 && <3.12 , text-show >=3.7 && <3.14
, time >=1.8 && <1.16 , time >=1.8 && <1.20
, transformers >=0.5 && <0.7 , transformers >=0.5 && <0.8
, vector >=0.12 && <0.14 , vector >=0.12 && <0.20
, wreq >=0.5.2 && <0.6 , wreq >=0.5.2 && <0.7
default-language: Haskell2010 default-language: Haskell2010
if flag(examples) if flag(examples)
buildable: True buildable: True
@ -587,16 +587,16 @@ test-suite monomer-test
ghc-options: -fwarn-incomplete-patterns ghc-options: -fwarn-incomplete-patterns
build-depends: build-depends:
JuicyPixels >=3.2.9 && <3.5 JuicyPixels >=3.2.9 && <3.5
, OpenGLRaw ==3.3.* , OpenGLRaw >=3.3 && <3.5
, async >=2.1 && <2.3 , async >=2.1 && <2.4
, attoparsec >=0.12 && <0.15 , attoparsec >=0.12 && <0.16
, base >=4.11 && <5 , base >=4.11 && <5
, bytestring >=0.10 && <0.12 , bytestring >=0.10 && <0.20
, bytestring-to-vector ==0.3.* , bytestring-to-vector ==0.3.*
, containers >=0.5.11 && <0.7 , containers >=0.5.11 && <0.8
, data-default >=0.5 && <0.8 , data-default >=0.5 && <0.9
, exceptions ==0.10.* , exceptions >=0.10 && <0.13
, extra >=1.6 && <1.9 , extra >=1.6 && <1.10
, foreign-store >=0.2 && <1.0 , foreign-store >=0.2 && <1.0
, formatting >=6.0 && <8.0 , formatting >=6.0 && <8.0
, hspec >=2.4 && <3.0 , hspec >=2.4 && <3.0
@ -605,13 +605,13 @@ test-suite monomer-test
, monomer , monomer
, mtl >=2.1 && <2.4 , mtl >=2.1 && <2.4
, nanovg >=0.8.1 && <1.0 , nanovg >=0.8.1 && <1.0
, process ==1.6.* , process >=1.6 && <1.8
, sdl2 >=2.5.0 && <2.6 , sdl2 >=2.5.0 && <2.7
, stm ==2.5.* , stm >=2.5 && <2.7
, text >=1.2 && <2.1 , text >=1.2 && <3
, text-show >=3.7 && <3.12 , text-show >=3.7 && <3.14
, time >=1.8 && <1.16 , time >=1.8 && <1.20
, transformers >=0.5 && <0.7 , transformers >=0.5 && <0.8
, vector >=0.12 && <0.14 , vector >=0.12 && <0.20
, wreq >=0.5.2 && <0.6 , wreq >=0.5.2 && <0.7
default-language: Haskell2010 default-language: Haskell2010

View File

@ -1,5 +1,5 @@
name: monomer name: monomer
version: 1.6.0.0 version: 1.6.0.1
github: fjvallarino/monomer github: fjvallarino/monomer
license: BSD3 license: BSD3
author: Francisco Vallarino author: Francisco Vallarino
@ -26,15 +26,15 @@ default-extensions:
- OverloadedStrings - OverloadedStrings
dependencies: dependencies:
- async >= 2.1 && < 2.3 - async >= 2.1 && < 2.4
- attoparsec >= 0.12 && < 0.15 - attoparsec >= 0.12 && < 0.16
- base >= 4.11 && < 5 - base >= 4.11 && < 5
- bytestring >= 0.10 && < 0.12 - bytestring >= 0.10 && < 0.20
- bytestring-to-vector >= 0.3 && < 0.4 - bytestring-to-vector >= 0.3 && < 0.4
- containers >= 0.5.11 && < 0.7 - containers >= 0.5.11 && < 0.8
- data-default >= 0.5 && < 0.8 - data-default >= 0.5 && < 0.9
- exceptions >= 0.10 && < 0.11 - exceptions >= 0.10 && < 0.13
- extra >= 1.6 && < 1.9 - extra >= 1.6 && < 1.10
- foreign-store >= 0.2 && < 1.0 - foreign-store >= 0.2 && < 1.0
- formatting >= 6.0 && < 8.0 - formatting >= 6.0 && < 8.0
- http-client >= 0.6 && < 0.9 - http-client >= 0.6 && < 0.9
@ -42,16 +42,16 @@ dependencies:
- lens >= 4.16 && < 6 - lens >= 4.16 && < 6
- mtl >= 2.1 && < 2.4 - mtl >= 2.1 && < 2.4
- nanovg >= 0.8.1 && < 1.0 - nanovg >= 0.8.1 && < 1.0
- OpenGLRaw >= 3.3 && < 3.4 - OpenGLRaw >= 3.3 && < 3.5
- process >= 1.6 && < 1.7 - process >= 1.6 && < 1.8
- sdl2 >= 2.5.0 && < 2.6 - sdl2 >= 2.5.0 && < 2.7
- stm >= 2.5 && < 2.6 - stm >= 2.5 && < 2.7
- text >= 1.2 && < 2.1 - text >= 1.2 && < 3
- text-show >= 3.7 && < 3.12 - text-show >= 3.7 && < 3.14
- time >= 1.8 && < 1.16 - time >= 1.8 && < 1.20
- transformers >= 0.5 && < 0.7 - transformers >= 0.5 && < 0.8
- vector >= 0.12 && < 0.14 - vector >= 0.12 && < 0.20
- wreq >= 0.5.2 && < 0.6 - wreq >= 0.5.2 && < 0.7
flags: flags:
examples: examples:

View File

@ -20,7 +20,7 @@
#resolver: lts-17.15 #resolver: lts-17.15
#resolver: lts-18.27 #resolver: lts-18.27
#resolver: lts-20.21 #resolver: lts-20.21
resolver: nightly-2023-12-04 resolver: lts-22.4
# User packages to be built. # User packages to be built.
# Various formats can be used as shown in the example below. # Various formats can be used as shown in the example below.

View File

@ -13,7 +13,7 @@ packages:
hackage: nanovg-0.8.1.0@sha256:bfcbe0dc0020aaa80db895966c9cf1b8aa4f13ac5253e713d728165fea7e9fc1,4914 hackage: nanovg-0.8.1.0@sha256:bfcbe0dc0020aaa80db895966c9cf1b8aa4f13ac5253e713d728165fea7e9fc1,4914
snapshots: snapshots:
- completed: - completed:
sha256: cf95a118f919213067008b202fe5bb9794aa187cc97ded5d5c00c64d3565f298 sha256: 8b211c5a6aad3787e023dfddaf7de7868968e4f240ecedf14ad1c5b2199046ca
size: 700702 size: 714097
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/12/4.yaml url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/4.yaml
original: nightly-2023-12-04 original: lts-22.4