Skip to content

Commit

Permalink
Add Data.Char
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Jul 26, 2014
1 parent 4ebcfc8 commit c1847d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base-prelude.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name:
base-prelude
version:
0.1.2
0.1.3
synopsis:
The most complete prelude formed from only the "base" package
description:
Expand Down
1 change: 1 addition & 0 deletions library/BasePrelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import Control.Monad as Exports hiding (mapM_, sequence_, forM_, msum, mapM, seq
import Control.Monad.ST as Exports
import Data.Bits as Exports
import Data.Bool as Exports hiding (bool)
import Data.Char as Exports
import Data.Complex as Exports
import Data.Data as Exports
import Data.Either as Exports
Expand Down

0 comments on commit c1847d6

Please sign in to comment.