Skip to content

Commit 08ab297

Browse files
committed
Merge pull request purescript#1262 from wuzzeb/master
Fix the haddock for the Language.PureScript.Bundle module
2 parents b34ec66 + e3c8dd4 commit 08ab297

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/Language/PureScript/Bundle.hs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
--
1111
-- | Bundles compiled PureScript modules for the browser.
1212
--
13+
-- This module takes as input the individual generated modules from 'Language.PureScript.Make' and
14+
-- performs dead code elimination, filters empty modules,
15+
-- and generates the final Javascript bundle.
1316
-----------------------------------------------------------------------------
1417

1518
{-# LANGUAGE PatternGuards #-}
@@ -18,11 +21,6 @@
1821
{-# LANGUAGE TupleSections #-}
1922
{-# LANGUAGE RecordWildCards #-}
2023

21-
-- | Bundle javascript for use in the browser.
22-
--
23-
-- This module takes as input the individual generated modules from 'Language.PureScript.Make' and
24-
-- performs dead code elimination, filters empty modules,
25-
-- and generates the final Javascript bundle.
2624
module Language.PureScript.Bundle (
2725
bundle
2826
, ModuleIdentifier(..)

0 commit comments

Comments
 (0)