Skip to content

Commit

Permalink
v0.6.4.1 Drop support for GHC 7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdvisscher committed Apr 11, 2015
1 parent 2fbc904 commit af19760
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
CHANGELOG

0.6.4 -> 0.6.4.1
- Raise lower bounds of template-haskell

0.6.3.3 -> 0.6.4
- Updated to algebraic-classes 0.6
- Updated to template-haskell-2.10.0.0

0.6.3.2 -> 0.6.3.3
- Updated to void 0.7

Expand Down
9 changes: 5 additions & 4 deletions free-functors.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: free-functors
version: 0.6.4
version: 0.6.4.1
synopsis: Provides free functors that are adjoint to functors that forget class constraints.
description: A free functor is a left adjoint to a forgetful functor. It used to be the case
that the only category that was easy to work with in Haskell was Hask itself, so
Expand Down Expand Up @@ -41,13 +41,14 @@ Library
Haskell2010

build-depends:
base >= 4.4 && < 5,
base == 4.8.*,
template-haskell == 2.10.0.*,
constraints >= 0.3.2 && < 0.5,
transformers >= 0.2.0.0 && < 0.5,
comonad >= 4.0 && < 4.3,
void >= 0.4 && < 0.8,
algebraic-classes >= 0.5 && < 0.7,
template-haskell >= 2.8.0.0 && < 2.10.1
algebraic-classes == 0.6.*


source-repository head
type: git
Expand Down

0 comments on commit af19760

Please sign in to comment.