Skip to content

Commit

Permalink
Fix compilation the older ghc
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Jun 10, 2021
1 parent bc54afc commit 937b0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Color/files/mkStdSVGModule
Expand Up @@ -17,6 +17,7 @@ namedcolors = list(gen())

with open("../src/Graphics/Color/Standard/SVG.hs","w") as f:
f.write("""{-# LANGUAGE DataKinds #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE MultiParamTypeClasses #-}
-- |
Expand Down
1 change: 1 addition & 0 deletions Color/src/Graphics/Color/Standard/SVG.hs
@@ -1,4 +1,5 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE MultiParamTypeClasses #-}
-- |
Expand Down

0 comments on commit 937b0bd

Please sign in to comment.