We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd6877 commit 216d37cCopy full SHA for 216d37c
src/HaskellCI/VersionInfo.hs
@@ -20,7 +20,6 @@ dependencies = Map.fromList
20
, ("Cabal-syntax", VERSION_Cabal_syntax)
21
, ("cabal-install-parsers", VERSION_cabal_install_parsers)
22
, ("containers", VERSION_containers)
23
- , ("deepseq", VERSION_deepseq)
24
, ("directory", VERSION_directory)
25
, ("exceptions", VERSION_exceptions)
26
, ("filepath", VERSION_filepath)
@@ -39,5 +38,4 @@ dependencies = Map.fromList
39
38
, ("temporary", VERSION_temporary)
40
, ("text", VERSION_text)
41
, ("transformers", VERSION_transformers)
42
- , ("unordered-containers", VERSION_unordered_containers)
43
]
0 commit comments