Merge pull request #2 from jfischoff/patch-1

Expose the Caches type
This commit is contained in:
Simon Marlow 2014-06-10 22:21:00 +01:00
commit 4d84be9368

View File

@ -12,6 +12,7 @@ module Haxl.Core.Env
( Env(..)
, emptyEnv
, initEnv
, Caches
, initEnvWithData
, caches
) where