packages feed

Cabal revisions of incremental-0.1

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

revision 1
-name:                incremental-version:             0.1-synopsis:            incremental update library-description:         Generic interface for incremental updates-homepage:            https://github.com/fumieval/incremental#readme-license:             BSD3-license-file:        LICENSE-author:              Fumiaki Kinoshita-maintainer:          fumiexcel@gmail.com-copyright:           2017 Fumiaki Kinoshita-category:            Data-build-type:          Simple-extra-source-files:  README.md-cabal-version:       >=1.10--library-  hs-source-dirs:      src-  exposed-modules:     Data.Incremental-  build-depends:       base >= 4.8 && <5, containers, semigroups, deepseq-    , extensible >= 0.6.1 && <0.7-    , aeson-    , text-  ghc-options: -Wall-  default-language:    Haskell2010--test-suite incremental-test-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Spec.hs-  build-depends:       base-                     , incremental-  ghc-options:         -threaded-  default-language:    Haskell2010--source-repository head-  type:     git-  location: https://github.com/fumieval/incremental+name:                incremental
+version:             0.1
+x-revision: 1
+synopsis:            incremental update library
+description:         Generic interface for incremental updates
+homepage:            https://github.com/fumieval/incremental#readme
+license:             BSD3
+license-file:        LICENSE
+author:              Fumiaki Kinoshita
+maintainer:          fumiexcel@gmail.com
+copyright:           2017 Fumiaki Kinoshita
+category:            Data
+build-type:          Simple
+extra-source-files:  README.md
+cabal-version:       >=1.10
+
+library
+  hs-source-dirs:      src
+  exposed-modules:     Data.Incremental
+  build-depends:       base >= 4.8 && <5, containers, semigroups, deepseq
+    , extensible >= 0.6.1 && <0.8
+    , aeson
+    , text
+  ghc-options: -Wall
+  default-language:    Haskell2010
+
+test-suite incremental-test
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Spec.hs
+  build-depends:       base
+                     , incremental
+  ghc-options:         -threaded
+  default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: https://github.com/fumieval/incremental