packages feed

Cabal revisions of safecopy-migrate-0.1.0.0

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

revision 1
-name:                safecopy-migrate-version:             0.1.0.0-synopsis:            Making SafeCopy migrations easier-description:-  Making SafeCopy migrations easier-homepage:            http://github.com/aelve/safecopy-migrate-bug-reports:         http://github.com/aelve/safecopy-migrate/issues-license:             PublicDomain-author:              Artyom-maintainer:          yom@artyom.me-category:            Data-tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1-build-type:          Simple-extra-source-files:  CHANGELOG.md-cabal-version:       >=1.10--source-repository head-  type:                git-  location:            git://github.com/aelve/safecopy-migrate.git--library-  exposed-modules:     Data.SafeCopy.Migrate-  -- other-modules:       -  -- other-extensions:    -  build-depends:       base >=4.7 && <5,-                       base-prelude,-                       cereal,-                       containers,-                       extra,-                       haskell-src-meta,-                       microlens,-                       safecopy,-                       template-haskell,-                       uniplate-  ghc-options:         -Wall -fno-warn-unused-do-bind-  hs-source-dirs:      lib-  default-language:    Haskell2010+name:                safecopy-migrate
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Making SafeCopy migrations easier
+description:
+  Making SafeCopy migrations easier
+homepage:            http://github.com/aelve/safecopy-migrate
+bug-reports:         http://github.com/aelve/safecopy-migrate/issues
+license:             PublicDomain
+author:              Artyom
+maintainer:          yom@artyom.me
+category:            Data
+tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
+build-type:          Simple
+extra-source-files:  CHANGELOG.md
+cabal-version:       >=1.10
+
+source-repository head
+  type:                git
+  location:            git://github.com/aelve/safecopy-migrate.git
+
+library
+  exposed-modules:     Data.SafeCopy.Migrate
+  -- other-modules:       
+  -- other-extensions:    
+  build-depends:       base >=4.7 && <4.10,
+                       base-prelude,
+                       cereal,
+                       containers,
+                       extra,
+                       haskell-src-meta,
+                       microlens,
+                       safecopy,
+                       template-haskell < 2.12,
+                       uniplate
+  ghc-options:         -Wall -fno-warn-unused-do-bind
+  hs-source-dirs:      lib
+  default-language:    Haskell2010