Skip to content
Snippets Groups Projects
Commit 50798dc6 authored by Ben Gamari's avatar Ben Gamari
Browse files

template-haskell: Bump version to 2.22.0.0

parent 4ae7d868
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ Library ...@@ -115,7 +115,7 @@ Library
containers >= 0.6.2.1 && < 0.8, containers >= 0.6.2.1 && < 0.8,
array >= 0.1 && < 0.6, array >= 0.1 && < 0.6,
filepath >= 1 && < 1.6, filepath >= 1 && < 1.6,
template-haskell == 2.21.*, template-haskell == 2.22.*,
hpc >= 0.6 && < 0.8, hpc >= 0.6 && < 0.8,
transformers >= 0.5 && < 0.7, transformers >= 0.5 && < 0.7,
exceptions == 0.10.*, exceptions == 0.10.*,
......
Subproject commit b1cbf778844a28203f7da1ef286a9b4e7d6e4bb9 Subproject commit d9fba07b664e3c48f011baca1a8a204292ca2722
...@@ -84,7 +84,7 @@ library ...@@ -84,7 +84,7 @@ library
filepath >= 1.4 && < 1.6, filepath >= 1.4 && < 1.6,
ghc-boot == @ProjectVersionMunged@, ghc-boot == @ProjectVersionMunged@,
ghc-heap == @ProjectVersionMunged@, ghc-heap == @ProjectVersionMunged@,
template-haskell == 2.21.*, template-haskell == 2.22.*,
transformers >= 0.5 && < 0.7 transformers >= 0.5 && < 0.7
if !os(windows) if !os(windows)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
-- template-haskell.cabal. -- template-haskell.cabal.
name: template-haskell name: template-haskell
version: 2.21.0.0 version: 2.22.0.0
-- NOTE: Don't forget to update ./changelog.md -- NOTE: Don't forget to update ./changelog.md
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
......
Subproject commit 0083e7d32e2d203ce88457e62e8a282dc9f21dfb Subproject commit cdb9e13b39079904eed9d75cd332b66ee0cad0c0
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
<no location info>: warning: [GHC-42258] [-Wunused-packages] <no location info>: warning: [GHC-42258] [-Wunused-packages]
The following packages were specified via -package or -package-id flags, The following packages were specified via -package or -package-id flags,
but were not needed for compilation: but were not needed for compilation:
- template-haskell-2.21.0.0 (exposed by flag -package template-haskell) - template-haskell-2.22.0.0 (exposed by flag -package template-haskell)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment