pointed 2.0.2 → 2.0.3
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~data-default
Dependency ranges changed: data-default
Files
- pointed.cabal +5/−5
pointed.cabal view
@@ -1,6 +1,6 @@ name: pointed category: Data-version: 2.0.2+version: 2.0.3 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -9,8 +9,8 @@ stability: provisional homepage: http://github.com/ekmett/pointed/ copyright: Copyright (C) 2008-2011 Edward A. Kmett-synopsis: Haskell 98 Pointed and copointed data-description: Haskell 98 Pointed and copointed data+synopsis: Haskell 98 pointed and copointed data+description: Haskell 98 pointed and copointed data build-type: Simple source-repository head@@ -22,8 +22,8 @@ base >= 4 && < 5, transformers >= 0.2.0 && < 0.3, containers >= 0.4.0.0 && < 0.5,- data-default >= 0.2.0.1 && < 0.3,- comonad >= 1.1.1.1 && < 1.2, + data-default >= 0.2.0.1 && < 0.4,+ comonad >= 1.1.1.1 && < 1.2, semigroups >= 0.8 && < 0.9, semigroupoids >= 1.2.4 && < 1.3, stm >= 2.1.2.1 && < 2.3,