Skip to content

Commit 37f5913

Browse files
committed
fixup! Portage.EBuild: Switch to LinesBuilder
1 parent 16e5b05 commit 37f5913

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Portage/EBuild.hs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ as understood by the Portage package manager.
99
{-# LANGUAGE CPP #-}
1010
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
1111
{-# LANGUAGE OverloadedStrings #-}
12-
{-# LANGUAGE TypeFamilies #-} -- Needed to get OverloadedStrings to work
12+
13+
-- Needed to get OverloadedStrings to work
14+
{-# LANGUAGE TypeFamilies #-}
15+
{-# LANGUAGE TypeOperators #-}
16+
1317
module Portage.EBuild
1418
( EBuild(..)
1519
, ebuildTemplate

0 commit comments

Comments
 (0)