Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Jun 18, 2020
1 parent 01a4741 commit 2596b79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ihaskell-hip/ihaskell-hip.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ custom-setup

library
hs-source-dirs: src
exposed-modules: IHaskell.Display.Image
exposed-modules: IHaskell.Display.Hip

other-modules:
build-depends: base >= 4.11 && < 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
{-# LANGUAGE UndecidableInstances #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
-- |
-- Module : IHaskell.Display.Image
-- Module : IHaskell.Display.Hip
-- Copyright : (c) Alexey Kuleshevich 2020
-- License : BSD3
-- Maintainer : Alexey Kuleshevich <[email protected]>
-- Stability : experimental
-- Portability : non-portable
--
module IHaskell.Display.Image
module IHaskell.Display.Hip
( module IHaskell.Display
, module I
) where
Expand Down

0 comments on commit 2596b79

Please sign in to comment.