Rm stray ghc version

This commit is contained in:
Julian Ospald 2020-04-25 13:22:12 +02:00
parent acd370611f
commit 8b638c7ecb
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 0 additions and 40 deletions

View File

@ -175,22 +175,6 @@
"base-4.12.0.0"
]
},
"8.10.1-p1": {
"viArch": {
"A_64": {
"Linux_UnknownLinux": {
"unknown_versioning": {
"dlHash": "3c4cd72b4806045779739e8f5d1658e30e57123d88c2c8966422cdbcae448470",
"dlSubdir": "ghc-8.10.1",
"dlUri": "https://downloads.haskell.org/~ghc/8.10.1/ghc-8.10.1-x86_64-fedora27-linux.tar.xz"
}
}
}
},
"viSourceDL": null,
"viChangeLog": null,
"viTags": []
},
"8.0.2": {
"viArch": {
"A_64": {

View File

@ -1873,30 +1873,6 @@ ghcupDownloads = M.fromList
)
]
)
, ( [vver|8.10.1-p1|]
, VersionInfo
[]
Nothing
Nothing
$ M.fromList
[ ( A_64
, M.fromList
[ ( Linux UnknownLinux
, M.fromList
[ ( Nothing
,
(DownloadInfo
[uri|https://downloads.haskell.org/~ghc/8.10.1/ghc-8.10.1-x86_64-fedora27-linux.tar.xz|]
(Just [rel|ghc-8.10.1|])
"3c4cd72b4806045779739e8f5d1658e30e57123d88c2c8966422cdbcae448470"
)
)
]
)
]
)
]
)
]
)
, ( Cabal