diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2020-06-25 11:58:07 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-02 02:55:29 -0400 |
commit | f985333002c1690bf49debcc64fc65ed1d1de244 (patch) | |
tree | cc9181e3896622a813e49651f67ee555795a0fed /libraries/ghc-prim | |
parent | 44d6a3352d708785b75aeb616bfc7efff839184e (diff) | |
download | haskell-f985333002c1690bf49debcc64fc65ed1d1de244.tar.gz |
Bump ghc-prim version to 0.7.0
Fixes #18279. Bumps the `text` submodule.
Diffstat (limited to 'libraries/ghc-prim')
-rw-r--r-- | libraries/ghc-prim/ghc-prim.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-prim/ghc-prim.cabal b/libraries/ghc-prim/ghc-prim.cabal index 625773b4fe..e68b09c944 100644 --- a/libraries/ghc-prim/ghc-prim.cabal +++ b/libraries/ghc-prim/ghc-prim.cabal @@ -1,6 +1,6 @@ cabal-version: 2.1 name: ghc-prim -version: 0.6.1 +version: 0.7.0 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause license-file: LICENSE |