From 2a9f7ffebc90b41cc3d47f34500eadd5c3871c8d Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 4 Nov 2017 18:35:09 +0100 Subject: [PATCH] export get and put --- src/Affection.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Affection.hs b/src/Affection.hs index e3f9d4a..9c1ad4c 100644 --- a/src/Affection.hs +++ b/src/Affection.hs @@ -7,6 +7,8 @@ module Affection -- , withWindow -- , withDefaultWindow , delaySec + , get + , put , module A ) where