Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
f673f205
Commit
f673f205
authored
Jan 10, 2014
by
Adam Vogt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
complete renaming of ihaskell-display to ihaskell-basic
parent
8bc33f5b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Basic.hs
ihaskell-display/ihaskell-basic/IHaskell/Display/Basic.hs
+1
-1
ihaskell-basic.cabal
ihaskell-display/ihaskell-basic/ihaskell-basic.cabal
+2
-2
No files found.
ihaskell-display/ihaskell-basic/IHaskell/Display/
Display
.hs
→
ihaskell-display/ihaskell-basic/IHaskell/Display/
Basic
.hs
View file @
f673f205
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}
module
IHaskell.Display.
Display
()
where
module
IHaskell.Display.
Basic
()
where
import
IHaskell.Display
import
IHaskell.Display
...
...
ihaskell-display/ihaskell-basic/ihaskell-
display
.cabal
→
ihaskell-display/ihaskell-basic/ihaskell-
basic
.cabal
View file @
f673f205
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment