Skip to content
GitLab
Menu
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
050b881c
Commit
050b881c
authored
Aug 25, 2005
by
ijones
Browse files
ross fixed the portability tags
parent
1f85d9a5
Changes
14
Hide whitespace changes
Inline
Side-by-side
Distribution/Compat/ReadP.hs
View file @
050b881c
...
...
@@ -6,7 +6,7 @@
--
-- Maintainer : libraries@haskell.org
-- Stability : provisional
-- Portability :
non-
portable
(local universal quantification)
-- Portability : portable
--
-- This is a library of parser combinators, originally written by Koen Claessen.
-- It parses all alternatives in parallel, so it never keeps hold of
...
...
Distribution/Make.hs
View file @
050b881c
...
...
@@ -5,7 +5,7 @@
--
-- Maintainer : Isaac Jones <ijones@syntaxpolice.org>
-- Stability : alpha
-- Portability :
GHC
-- Portability :
portable
--
-- Explanation: Uses the parsed command-line from Distribution.Setup
-- in order to build haskell tools using a backend build system based
...
...
Distribution/PackageDescription.hs
View file @
050b881c
...
...
@@ -5,7 +5,7 @@
--
-- Maintainer : Isaac Jones <ijones@syntaxpolice.org>
-- Stability : alpha
-- Portability :
-- Portability :
portable
--
-- Package description and parsing.
...
...
Distribution/PreProcess.hs
View file @
050b881c
...
...
@@ -4,7 +4,7 @@
--
-- Maintainer : Isaac Jones <ijones@syntaxpolice.org>
-- Stability : alpha
-- Portability :
GHC, Hugs
-- Portability :
portable
--
{- Copyright (c) 2003-2005, Isaac Jones, Malcolm Wallace
All rights reserved.
...
...
Distribution/PreProcess/Unlit.hs
View file @
050b881c
...
...
@@ -5,7 +5,7 @@
--
-- Maintainer : Malcolm Wallace <Malcolm.Wallace@cs.york.ac.uk>
-- Stability : Stable
-- Portability :
All
-- Portability :
portable
--
-- Remove the \"literal\" markups from a Haskell source file, including
-- \"@>@\", \"@\\begin{code}@\", \"@\\end{code}@\", and \"@#@\"
...
...
Distribution/Setup.hs
View file @
050b881c
...
...
@@ -5,7 +5,7 @@
--
-- Maintainer : Isaac Jones <ijones@syntaxpolice.org>
-- Stability : alpha
-- Portability :
GHC, Hugs
-- Portability :
portable
--
-- Explanation: Data types and parser for the standard command-line
-- setup. Will also return commands it doesn't know about.
...
...
Distribution/Simple/Build.hs
View file @
050b881c
...
...
@@ -5,7 +5,7 @@
--
-- Maintainer : Isaac Jones <ijones@syntaxpolice.org>
-- Stability : alpha
-- Portability :
-- Portability :
portable
--
{- Copyright (c) 2003-2005, Isaac Jones
...
...
Distribution/Simple/Configure.hs
View file @
050b881c
...
...
@@ -7,7 +7,7 @@
--
-- Maintainer : Isaac Jones <ijones@syntaxpolice.org>
-- Stability : alpha
-- Portability :
GHC
-- Portability :
portable
--
-- Explanation: Perform the \"@.\/setup configure@\" action.
-- Outputs the @.setup-config@ file.
...
...
Distribution/Simple/Install.hs
View file @
050b881c
...
...
@@ -5,7 +5,7 @@
--
-- Maintainer : Isaac Jones <ijones@syntaxpolice.org>
-- Stability : alpha
-- Portability :
GHC
-- Portability :
portable
--
-- Explanation: Perform the \"@.\/setup install@\" action. Move files into
-- place based on the prefix argument.
...
...
Distribution/Simple/LocalBuildInfo.hs
View file @
050b881c
...
...
@@ -5,7 +5,7 @@
--
-- Maintainer : Isaac Jones <ijones@syntaxpolice.org>
-- Stability : alpha
-- Portability :
GHC
-- Portability :
portable
--
-- Definition of the LocalBuildInfo data type.
...
...
Distribution/Simple/Register.hs
View file @
050b881c
...
...
@@ -5,7 +5,7 @@
--
-- Maintainer : Isaac Jones <ijones@syntaxpolice.org>
-- Stability : alpha
-- Portability :
GHC, Hugs
-- Portability :
portable
--
-- Explanation: Perform the \"@.\/setup register@\" action.
-- Uses a drop-file for HC-PKG. See also "Distribution.InstalledPackageInfo".
...
...
Distribution/Simple/SrcDist.hs
View file @
050b881c
...
...
@@ -5,7 +5,7 @@
--
-- Maintainer : Isaac Jones <ijones@syntaxpolice.org>
-- Stability : alpha
-- Portability :
-- Portability :
portable
--
{- Copyright (c) 2003-2004, Simon Marlow
...
...
Distribution/Simple/Utils.hs
View file @
050b881c
...
...
@@ -6,7 +6,7 @@
--
-- Maintainer : Isaac Jones <ijones@syntaxpolice.org>
-- Stability : alpha
-- Portability :
GHC
-- Portability :
portable
--
-- Explanation: Misc. Utilities, especially file-related utilities.
-- Stuff used by multiple modules that doesn't fit elsewhere.
...
...
Distribution/Version.hs
View file @
050b881c
...
...
@@ -6,7 +6,7 @@
--
-- Maintainer : Isaac Jones <ijones@syntaxpolice.org>
-- Stability : alpha
-- Portability :
GHC
-- Portability :
portable
--
-- Versions for packages, based on the 'Version' datatype.
...
...
Write
Preview
Supports
Markdown
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