From 2e947a7f70123839772f43d277da3bb110cefff1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 12 Dec 2016 14:01:16 +0300 Subject: fix export lists --- src/Windows/Registry.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/Windows/Registry.hs b/src/Windows/Registry.hs index cb44ffe..c0ead17 100644 --- a/src/Windows/Registry.hs +++ b/src/Windows/Registry.hs @@ -23,14 +23,18 @@ module Windows.Registry , deleteValue , queryValue + , queryType , getValue , GetValueFlag(..) + , getType + , getExpandedString , setValue , setString , setExpandableString + , setStringPreserveType ) where import Data.Bits ((.|.)) -- cgit v1.2.3