aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2016-07-11 06:02:18 +0200
committerDaniel Gröber <dxld@darkboxed.org>2016-07-11 06:02:18 +0200
commitb996f071b01e7a01cca5f1ae24ef6055c8a9e673 (patch)
treed5f8c29a93fe5bb99198f069ba2eaf2c85575904
parent4d4c1325967440e346f76f27c3ac24360ded6a58 (diff)
Restrict CabalHelper.Licenses' exports
..to avoid clashing symbols with Cabal
-rw-r--r--CabalHelper/Licenses.hs6
1 files changed, 5 insertions, 1 deletions
diff --git a/CabalHelper/Licenses.hs b/CabalHelper/Licenses.hs
index b16f61d..68fe8ed 100644
--- a/CabalHelper/Licenses.hs
+++ b/CabalHelper/Licenses.hs
@@ -1,5 +1,9 @@
{-# LANGUAGE CPP #-}
-module CabalHelper.Licenses where
+module CabalHelper.Licenses (
+ displayDependencyLicenseList
+ , groupByLicense
+ , getDependencyInstalledPackageInfos
+ ) where
-- Copyright (c) 2014, Jasper Van der Jeugt <m@jaspervdj.be>