summaryrefslogtreecommitdiff
path: root/libraries/integer-simple
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-09-25 12:31:12 +0200
committerGabor Greif <ggreif@gmail.com>2017-09-26 11:13:14 +0200
commit7446c7f68bd5addd2f2db0d8d5910fb963869c47 (patch)
tree05ecf5d25cdecb2893424cd07b0e7002b32ea2c4 /libraries/integer-simple
parent2f8e6e7f8696213b95e3461224909c3b2ec4f7aa (diff)
downloadhaskell-7446c7f68bd5addd2f2db0d8d5910fb963869c47.tar.gz
A bunch of typofixes
Diffstat (limited to 'libraries/integer-simple')
-rw-r--r--libraries/integer-simple/GHC/Integer.hs2
-rw-r--r--libraries/integer-simple/GHC/Integer/Simple/Internals.hs2
-rw-r--r--libraries/integer-simple/GHC/Integer/Type.hs2
-rw-r--r--libraries/integer-simple/integer-simple.cabal2
4 files changed, 4 insertions, 4 deletions
diff --git a/libraries/integer-simple/GHC/Integer.hs b/libraries/integer-simple/GHC/Integer.hs
index f419b2f592..a519acea9a 100644
--- a/libraries/integer-simple/GHC/Integer.hs
+++ b/libraries/integer-simple/GHC/Integer.hs
@@ -11,7 +11,7 @@
-- Stability : internal
-- Portability : non-portable (GHC Extensions)
--
--- An simple definition of the 'Integer' type.
+-- A simple definition of the 'Integer' type.
--
-----------------------------------------------------------------------------
diff --git a/libraries/integer-simple/GHC/Integer/Simple/Internals.hs b/libraries/integer-simple/GHC/Integer/Simple/Internals.hs
index 64d0d6fd79..50733d4c0e 100644
--- a/libraries/integer-simple/GHC/Integer/Simple/Internals.hs
+++ b/libraries/integer-simple/GHC/Integer/Simple/Internals.hs
@@ -11,7 +11,7 @@
-- Stability : internal
-- Portability : non-portable (GHC Extensions)
--
--- An simple definition of the 'Integer' type.
+-- A simple definition of the 'Integer' type.
--
-----------------------------------------------------------------------------
diff --git a/libraries/integer-simple/GHC/Integer/Type.hs b/libraries/integer-simple/GHC/Integer/Type.hs
index 31f852bbd1..cabdfe5a53 100644
--- a/libraries/integer-simple/GHC/Integer/Type.hs
+++ b/libraries/integer-simple/GHC/Integer/Type.hs
@@ -18,7 +18,7 @@
-- Stability : internal
-- Portability : non-portable (GHC Extensions)
--
--- An simple definition of the 'Integer' type.
+-- A simple definition of the 'Integer' type.
--
-----------------------------------------------------------------------------
diff --git a/libraries/integer-simple/integer-simple.cabal b/libraries/integer-simple/integer-simple.cabal
index 0c05ad71ec..231619c6c7 100644
--- a/libraries/integer-simple/integer-simple.cabal
+++ b/libraries/integer-simple/integer-simple.cabal
@@ -6,7 +6,7 @@ license-file: LICENSE
maintainer: igloo@earth.li
synopsis: Simple Integer library
description:
- This package contains an simple Integer library.
+ This package contains a simple Integer library.
cabal-version: >=1.10
build-type: Simple