1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-25 05:43:32 +03:00

Delete old ItemKind migration

This commit is contained in:
Artyom 2016-03-24 21:11:56 +03:00
parent 0b0e88044d
commit b8d64fde61

View File

@ -141,16 +141,6 @@ data ItemKind
deriveSafeCopy 2 'base ''ItemKind
makeFields ''ItemKind
-- Old version, needed for safe migration. It can most likely be already
-- deleted (if a checkpoint has been created), but it's been left here as a
-- template for future migrations.
data ItemKind_v1
= Library_v1 {_itemKindOnHackage_v1 :: Bool}
| Tool_v1 {_itemKindOnHackage_v1 :: Bool}
| Other_v1
deriveSafeCopy 1 'base ''ItemKind_v1
--
-- TODO: add a field like “people to ask on IRC about this library if you