packages feed

partial-isomorphisms 0.2.2 → 0.2.2.1

raw patch · 1 files changed

+7/−4 lines, 1 files

Files

partial-isomorphisms.cabal view
@@ -1,5 +1,5 @@ Name:                partial-isomorphisms
-Version:             0.2.2
+Version:             0.2.2.1
 Synopsis:            Partial isomorphisms.
 Description:         Partial isomorphisms as described in the
                      paper:
@@ -18,12 +18,13 @@ License:             BSD3
 License-file:        LICENSE
 Author:              Tillmann Rendel
-Maintainer:          rendel@informatik.uni-marburg.de
+Maintainer:          Tillmann Rendel <rendel@informatik.uni-marburg.de>
+                     Stanislav Chernichkin <schernichkin@gmail.com>
 -- Copyright:
 Category:            Control
 Build-type:          Simple
 -- Extra-source-files:
-Cabal-version:       >=1.6
+Cabal-version:       >=1.10
 
 source-repository head
   type: git
@@ -38,7 +39,9 @@                     Control.Isomorphism.Partial.TH
                     Control.Isomorphism.Partial.Unsafe
 
-  Build-depends:    base >= 3 && < 5, template-haskell
+  default-language: Haskell2010
+  other-extensions: TemplateHaskell, KindSignatures
+  Build-depends:    base >= 3 && < 5, template-haskell >= 2.11
 
   ghc-options:     -Wall