Skip to content

Commit

Permalink
Bump linear upper version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Oct 30, 2014
1 parent b85ded1 commit 257718f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions active.cabal
Expand Up @@ -24,7 +24,7 @@ library
semigroups >= 0.1 && < 0.16,
semigroupoids >= 1.2 && < 5.0,
lens >= 4.0 && < 4.6,
linear >= 1.10 && < 1.11
linear >= 1.10 && < 1.12
hs-source-dirs: src
default-language: Haskell2010

Expand All @@ -36,7 +36,7 @@ test-suite active-tests
semigroups >= 0.1 && < 0.16,
semigroupoids >= 1.2 && < 5.0,
lens >= 4.0 && < 4.6,
linear >= 1.10 && < 1.11,
linear >= 1.10 && < 1.12,
QuickCheck >= 2.4.2 && < 2.8
hs-source-dirs: src, test
default-language: Haskell2010

0 comments on commit 257718f

Please sign in to comment.