Skip to content

Commit

Permalink
get <> from Prelude not optparse
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Aug 20, 2016
1 parent a500f6e commit ef1e3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Diagrams/Backend/Cairo/CmdLine.hs
Expand Up @@ -94,7 +94,7 @@ import Diagrams.Backend.Cairo
import Diagrams.Backend.Cairo.Ptr (renderForeignPtrOpaque)
import Diagrams.Backend.CmdLine
import Diagrams.Prelude hiding (height, interval,
option, output, width, (<>))
option, output, width)

-- Below hack is needed because GHC 7.0.x has a bug regarding export
-- of data family constructors; see comments in Diagrams.Backend.Cairo
Expand Down

0 comments on commit ef1e3bd

Please sign in to comment.