Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions reanimate-svg.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Source-Repository head

library
hs-source-dirs: src
ghc-options: -Wall -fsimpl-tick-factor=300
ghc-options: -Wall -fsimpl-tick-factor=1000
default-language: Haskell2010
exposed-modules: Graphics.SvgTree
, Graphics.SvgTree.CssTypes
Expand Down Expand Up @@ -59,8 +59,8 @@ library
, linear >= 1.20
, vector >= 0.10
, text >= 1.1
, transformers >= 0.3 && < 0.6
, mtl >= 2.1 && < 2.3
, transformers >= 0.3 && < 0.7
, mtl >= 2.1 && < 2.4
, lens >= 4.6 && < 6
, double-conversion >= 2.0.0.0 && < 3.0.0.0
, hashable >= 1.3.0.0
Expand Down