Skip to content

Commit

Permalink
widened base
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Jul 25, 2011
1 parent 4560b49 commit 0cb8360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prelude-extras.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: prelude-extras
category: Polymorphism, Combinators
version: 0.1.0.1
version: 0.1.0.2
license: BSD3
cabal-version: >= 1.2
license-file: LICENSE
author: Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://comonad.com/reader/
homepage: http://github.com/ekmett/prelude-extras
copyright: Copyright (C) 2011 Edward A. Kmett
synopsis: Haskell 98 - higher order versions of Prelude classes
description:
Expand All @@ -18,7 +18,7 @@ build-type: Simple

library
build-depends:
base >= 4 && < 4.4
base >= 4 && < 5

extensions: CPP

Expand Down

0 comments on commit 0cb8360

Please sign in to comment.