summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2014-11-22 00:03:19 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2014-11-22 00:10:46 +0100
commit137b33133f49a994e5d147c5b30a8fcfc610eada (patch)
tree73b9ff534c32f01c9451588ac098dba8fd3fd4fe /utils
parent2cc854b7133e38c7ad1107057931761782d03594 (diff)
downloadhaskell-137b33133f49a994e5d147c5b30a8fcfc610eada.tar.gz
Deprecate Data.Version.versionTags (#2496)
The library submission was accepted: http://www.haskell.org/pipermail/libraries/2014-September/023777.html The T5892ab testcases were changed to use `Data.Tree` instead of `Data.Version` Reviewed By: ekmett Differential Revision: https://phabricator.haskell.org/D395
Diffstat (limited to 'utils')
-rw-r--r--utils/ghc-pkg/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs
index b1c7a4b51f..2b0b4ccf66 100644
--- a/utils/ghc-pkg/Main.hs
+++ b/utils/ghc-pkg/Main.hs
@@ -493,7 +493,7 @@ readPackageArg False str = Id `fmap` readGlobPkgId str
-- globVersion means "all versions"
globVersion :: Version
-globVersion = Version{ versionBranch=[], versionTags=["*"] }
+globVersion = Version [] ["*"]
-- -----------------------------------------------------------------------------
-- Package databases