Popularity
2.8
Declining
Activity
0.0
Stable
1
4
0

Monthly Downloads: 3
Programming language: Haskell
License: MIT License
Tags: Prelude     Intro    
Add another 'intro' Package

README

intro-prelude: Reexport Intro as Prelude

Hackage Build Status

To use intro-prelude, replace

build-depends:
  base,
  ...

with

build-depends:
  base-noprelude,
  intro-prelude,
  ...

in your cabal file.