summaryrefslogtreecommitdiff
path: root/Biz/Bild.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Bild.hs')
-rw-r--r--Biz/Bild.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Biz/Bild.hs b/Biz/Bild.hs
index eee3c49..d089048 100644
--- a/Biz/Bild.hs
+++ b/Biz/Bild.hs
@@ -202,13 +202,13 @@ type Dep = String
type Out = String
data Compiler
- = GhcLib
+ = Copy
+ | GhcLib
| GhcExe
- | GhcjsLib
| GhcjsExe
+ | GhcjsLib
| Guile
| NixBuild
- | Copy
deriving (Eq, Show, Generic, Aeson.ToJSON)
data Target = Target