Move main to allow for new executables

This commit is contained in:
2021-08-11 17:54:48 +02:00
parent b74bb45a4c
commit 4bbe5d0cf1
64 changed files with 521 additions and 345 deletions
+2 -2
View File
@@ -5,11 +5,11 @@ module Dodge.Lock.Data
import Dodge.Data
import Control.Lens
data Lock = Lock
newtype Lock = Lock
{ _lkUnlocker :: Unlocker
}
data Unlocker
newtype Unlocker
= ItemUnlocker Item
makeLenses ''Lock