Commit f673f205 authored by Adam Vogt's avatar Adam Vogt

complete renaming of ihaskell-display to ihaskell-basic

parent 8bc33f5b
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-} {-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}
module IHaskell.Display.Display () where module IHaskell.Display.Basic () where
import IHaskell.Display import IHaskell.Display
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/ -- documentation, see http://haskell.org/cabal/users-guide/
-- The name of the package. -- The name of the package.
name: ihaskell-display name: ihaskell-basic
-- The package version. See the Haskell package versioning policy (PVP) -- The package version. See the Haskell package versioning policy (PVP)
-- for standards guiding when and how versions should be incremented. -- for standards guiding when and how versions should be incremented.
...@@ -51,7 +51,7 @@ cabal-version: >=1.16 ...@@ -51,7 +51,7 @@ cabal-version: >=1.16
library library
-- Modules exported by the library. -- Modules exported by the library.
exposed-modules: IHaskell.Display.Display exposed-modules: IHaskell.Display.Basic
-- Modules included in this library but not exported. -- Modules included in this library but not exported.
-- other-modules: -- other-modules:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment