Move main to allow for new executables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user