aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Types.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-02-09 13:49:42 +0100
committerDaniel Gröber <dxld@darkboxed.org>2017-02-09 13:49:42 +0100
commitcedcc35bbc123614b734d4c907b8eb4e8a2ad284 (patch)
tree04500c8dd8b5381fe257caed6c2a7e6dbf65fa10 /CabalHelper/Types.hs
parent450da8255ed0ecbd1a9865f8c3cb59b477cc9900 (diff)
Add support for Cabal HEAD
Diffstat (limited to 'CabalHelper/Types.hs')
-rw-r--r--CabalHelper/Types.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/CabalHelper/Types.hs b/CabalHelper/Types.hs
index 0ee7ec2..a134f08 100644
--- a/CabalHelper/Types.hs
+++ b/CabalHelper/Types.hs
@@ -24,7 +24,9 @@ newtype ChModuleName = ChModuleName String
deriving (Eq, Ord, Read, Show, Generic)
data ChComponentName = ChSetupHsName
- | ChLibName String
+ | ChLibName
+ | ChSubLibName String
+ | ChFLibName String
| ChExeName String
| ChTestName String
| ChBenchName String