mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
haskell-MoeDict is broken
This commit is contained in:
parent
f87871d266
commit
9a33055dc0
@ -404,6 +404,9 @@ self: super: {
|
||||
# https://github.com/haskell-hub/hub-src/issues/24
|
||||
hub = markBrokenVersion "1.4.0" super.hub;
|
||||
|
||||
# https://github.com/audreyt/MoeDict.hs/issues/1
|
||||
MoeDict = markBrokenVersion "0.0.1" super.MoeDict;
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
Loading…
Reference in New Issue
Block a user