Skip to content

Commit

Permalink
eek, looks like Data.Some was hidden, probably due to a merge error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mokus0 committed Aug 21, 2015
1 parent e083e92 commit 2c096e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependent-sum.cabal
@@ -1,5 +1,5 @@
name: dependent-sum
version: 0.3.1.0
version: 0.3.2.0
stability: provisional

cabal-version: >= 1.6
Expand Down Expand Up @@ -35,10 +35,10 @@ Library
exposed-modules: Data.Dependent.Sum
Data.GADT.Compare
Data.GADT.Show
Data.Some

if impl(ghc < 7.8)
other-modules: Data.Dependent.Sum.Typeable
Data.Some

build-depends: base >= 3 && <5
if impl(ghc >= 7.2)
Expand Down

0 comments on commit 2c096e8

Please sign in to comment.