aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Types.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-08-27 04:13:36 +0200
committerDaniel Gröber <dxld@darkboxed.org>2015-08-27 04:13:36 +0200
commit9f1b0b5177047e9fce98ebb3aa1157ac50eb9dcd (patch)
treeec9ae79b02b9b10d985540fd2812d39a235c82ab /CabalHelper/Types.hs
parent8f9ebcc1d9b087cc83aeb802a5ef93a622c3bcd9 (diff)
Add `licenses` command
Totally not stolen from https://github.com/jaspervdj/cabal-dependency-licenses, no never!
Diffstat (limited to 'CabalHelper/Types.hs')
-rw-r--r--CabalHelper/Types.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/CabalHelper/Types.hs b/CabalHelper/Types.hs
index 284f7e6..c0ad0f7 100644
--- a/CabalHelper/Types.hs
+++ b/CabalHelper/Types.hs
@@ -37,6 +37,7 @@ data ChResponse
| ChResponsePkgDbs [ChPkgDb]
| ChResponseLbi String
| ChResponseVersion String Version
+ | ChResponseLicenses [(String, [(String, Version)])]
deriving (Eq, Ord, Read, Show, Generic)
data ChEntrypoint = ChSetupEntrypoint -- ^ Almost like 'ChExeEntrypoint' but