From 5b6924d36a5436d9b1ac327f5a39ae40f28c2ae3 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 4 Mar 2013 18:17:01 +0900 Subject: [PATCH] limiting export funcs. --- Cradle.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cradle.hs b/Cradle.hs index 2462bac..325d245 100644 --- a/Cradle.hs +++ b/Cradle.hs @@ -1,4 +1,4 @@ -module Cradle where +module Cradle (findCradle) where import Control.Applicative ((<$>)) import Control.Exception (throwIO)