summaryrefslogtreecommitdiff
path: root/Biz
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-07-14 00:32:25 -0400
committerBen Sima <ben@bsima.me>2022-07-14 00:34:04 -0400
commit973e67f109f634ce347a1894628a8d551f0ccfbd (patch)
tree2204a0959d17645c7434ed93076efe9e6600c17e /Biz
parent1a287c55754be9013422387a83f26d9ad51f4299 (diff)
Sort this enum alphabetically
Diffstat (limited to 'Biz')
-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