Skip to content

Commit

Permalink
fixup! Portage.EBuild: Switch to LinesBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
hololeap committed Feb 8, 2024
1 parent 16e5b05 commit 37f5913
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Portage/EBuild.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ as understood by the Portage package manager.
{-# LANGUAGE CPP #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeFamilies #-} -- Needed to get OverloadedStrings to work

-- Needed to get OverloadedStrings to work
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}

module Portage.EBuild
( EBuild(..)
, ebuildTemplate
Expand Down

0 comments on commit 37f5913

Please sign in to comment.