packages feed

Cabal revisions of active-0.2.0.15

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:                active version:             0.2.0.15+x-revision: 1 synopsis:            Abstractions for animation description:         "Active" abstraction for animated things with finite start and end times. license:             BSD3 cabal-version:       1.18 extra-source-files:  CHANGES, README.markdown, diagrams/*.svg extra-doc-files:     diagrams/*.svg-tested-with:         GHC == 7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1+tested-with:         GHC == 7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 || ==9.2.1 bug-reports:         https://github.com/diagrams/active/issues source-repository head   type:     git  library   exposed-modules:     Data.Active-  build-depends:       base >= 4.0 && < 4.16,+  build-depends:       base >= 4.0 && < 4.17,                        vector >= 0.10,-                       semigroups >= 0.1 && < 0.20,+                       semigroups >= 0.1 && < 0.21,                        semigroupoids >= 1.2 && < 5.4,-                       lens >= 4.0 && < 5.1,+                       lens >= 4.0 && < 5.2,                        linear >= 1.14 && < 1.22   hs-source-dirs:      src   default-language:    Haskell2010 test-suite active-tests     type:              exitcode-stdio-1.0     main-is:           active-tests.hs-    build-depends:     base >= 4.0 && < 4.16,+    build-depends:     base >= 4.0 && < 4.17,                        vector >= 0.10,-                       semigroups >= 0.1 && < 0.20,+                       semigroups >= 0.1 && < 0.21,                        semigroupoids >= 1.2 && < 5.4,-                       lens >= 4.0 && < 5.1,+                       lens >= 4.0 && < 5.2,                        linear >= 1.14 && < 1.22,                        QuickCheck >= 2.9 && < 2.15     other-modules:     Data.Active