Skip to content

Commit

Permalink
Switch to linear.
Browse files Browse the repository at this point in the history
  • Loading branch information
cchalmers committed Sep 6, 2014
1 parent abc63fd commit 0e882ef
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 138 deletions.
11 changes: 5 additions & 6 deletions active.cabal
Expand Up @@ -22,9 +22,9 @@ library
build-depends: base >= 4.0 && < 4.8,
array >= 0.3 && < 0.6,
semigroups >= 0.1 && < 0.16,
semigroupoids >= 1.2 && < 3.2,
vector-space >= 0.8 && < 0.9,
newtype >= 0.2 && < 0.3
semigroupoids >= 1.2 && < 5.0,
lens,
linear
hs-source-dirs: src
default-language: Haskell2010

Expand All @@ -35,9 +35,8 @@ test-suite active-tests
array >= 0.3 && < 0.6,
semigroups >= 0.1 && < 0.16,
semigroupoids >= 1.2 && < 3.2,
vector-space >= 0.8 && < 0.9,
newtype >= 0.2 && < 0.3,

lens >= 4.0,
linear >= 1.6,
QuickCheck >= 2.4.2 && < 2.8
hs-source-dirs: src, test
default-language: Haskell2010

0 comments on commit 0e882ef

Please sign in to comment.