Skip to content

Commit

Permalink
dep bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Aug 15, 2011
1 parent 4067d24 commit b5d1c0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Data/Void.hs
Expand Up @@ -49,7 +49,7 @@ vacuous = fmap absurd

instance Semigroup Void where
a <> _ = a
replicate1p _ a = a
times1p _ a = a

instance Ix Void where
range _ = []
Expand Down
4 changes: 2 additions & 2 deletions void.cabal
@@ -1,6 +1,6 @@
name: void
category: Data Structures
version: 0.5.4.3
version: 0.5.5
license: BSD3
cabal-version: >= 1.6
license-file: LICENSE
Expand Down Expand Up @@ -28,7 +28,7 @@ library
Data.Void
build-depends:
base >= 3 && < 10,
semigroups >= 0.7.1 && < 0.8
semigroups >= 0.8 && < 0.9

ghc-options: -Wall

Expand Down

0 comments on commit b5d1c0d

Please sign in to comment.