Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
37d6e068
Commit
37d6e068
authored
Jul 25, 2016
by
Oleg Grenrus
Browse files
Add fat prelude documentation [ci skip]
parent
575524f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Compat/Prelude.hs
View file @
37d6e068
...
...
@@ -10,6 +10,11 @@
#
define
MINVER_base_46
(
__GLASGOW_HASKELL__
>=
706
)
#
endif
-- | This module does two things:
--
-- * Acts as a compatiblity layer, like @base-compat@.
--
-- * Provides commonly used imports.
module
Distribution.Compat.Prelude
(
-- * Prelude
--
...
...
README.md
View file @
37d6e068
...
...
@@ -162,6 +162,9 @@ Conventions
must be able to download and install all of the dependencies.
(This is also checked by CI!)
*
`Cabal`
has own compat and somehow fat prelude, in
`Distribution.Compat.Prelude`
, Use it for new modules as well.
We like
[
this style guide
][
guide
]
.
[
guide
]:
https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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