packages feed

Cabal revisions of language-c99-util-0.1.0.0

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

revision 1
--- Initial language-c99-util.cabal generated by cabal init.  For further--- documentation, see http://haskell.org/cabal/users-guide/--name:                language-c99-util-version:             0.1.0.0-synopsis:            Utilities for language-c99.-description:-  This library contains a number of utility functions and wrappers for the-  'language-c99' package. For an actual high-level approach to writing C99-  programs, see 'language-c99-simple'.-license:             MIT-license-file:        LICENSE-author:              Frank Dedden-maintainer:          Frank Dedden <dev@dedden.net>--- copyright:-category:            Language-build-type:          Simple-extra-source-files:  ChangeLog.md-cabal-version:       >=1.10--source-repository head-  type:     git-  location: git://github.com:fdedden/language-c99-util.git--library-  exposed-modules:   Language.C99.Util-  other-modules:     Language.C99.Util.Wrap,-                     Language.C99.Util.IsList,-                     Language.C99.Util.Expr-  -- other-extensions:-  build-depends:     base >=4.9 && <5,-                     language-c99 == 0.1.*-  hs-source-dirs:    src-  default-language:  Haskell2010+-- Initial language-c99-util.cabal generated by cabal init.  For further
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                language-c99-util
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Utilities for language-c99.
+description:
+  This library contains a number of utility functions and wrappers for the
+  'language-c99' package. For an actual high-level approach to writing C99
+  programs, see 'language-c99-simple'.
+license:             MIT
+license-file:        LICENSE
+author:              Frank Dedden
+maintainer:          Frank Dedden <dev@dedden.net>
+-- copyright:
+category:            Language
+build-type:          Simple
+extra-source-files:  ChangeLog.md
+cabal-version:       >=1.10
+
+source-repository head
+  type:     git
+  location: git://github.com:fdedden/language-c99-util.git
+
+library
+  exposed-modules:   Language.C99.Util
+  other-modules:     Language.C99.Util.Wrap,
+                     Language.C99.Util.IsList,
+                     Language.C99.Util.Expr
+  -- other-extensions:
+  build-depends:     base >=4.9 && <5,
+                     language-c99 >= 0.1 && < 0.2
+  hs-source-dirs:    src
+  default-language:  Haskell2010
revision 2
 
 name:                language-c99-util
 version:             0.1.0.0
-x-revision: 1
+x-revision: 2
 synopsis:            Utilities for language-c99.
 description:
   This library contains a number of utility functions and wrappers for the
                      Language.C99.Util.IsList,
                      Language.C99.Util.Expr
   -- other-extensions:
-  build-depends:     base >=4.9 && <5,
+  build-depends:     base >=4.9 && <4.16,
                      language-c99 >= 0.1 && < 0.2
   hs-source-dirs:    src
   default-language:  Haskell2010