We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e5b05 commit 37f5913Copy full SHA for 37f5913
src/Portage/EBuild.hs
@@ -9,7 +9,11 @@ as understood by the Portage package manager.
9
{-# LANGUAGE CPP #-}
10
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
11
{-# LANGUAGE OverloadedStrings #-}
12
-{-# LANGUAGE TypeFamilies #-} -- Needed to get OverloadedStrings to work
+
13
+-- Needed to get OverloadedStrings to work
14
+{-# LANGUAGE TypeFamilies #-}
15
+{-# LANGUAGE TypeOperators #-}
16
17
module Portage.EBuild
18
( EBuild(..)
19
, ebuildTemplate
0 commit comments