packages feed

Cabal revisions of language-nix-2.2.0

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

revision 1
-name:          language-nix-version:       2.2.0-synopsis:      Data types and functions to represent the Nix language-description:   Data types and useful functions to represent and manipulate the Nix-               language.-license:       BSD3-license-file:  LICENSE-author:        Peter Simons-maintainer:    simons@cryp.to-tested-with:   GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1-category:      Distribution, Language, Nix-homepage:      https://github.com/peti/language-nix#readme-bug-reports:   https://github.com/peti/language-nix/issues-build-type:    Simple-cabal-version: >= 1.10--source-repository head-  type:     git-  location: https://github.com/peti/language-nix--library-  exposed-modules:  Language.Nix-                    Language.Nix.Binding-                    Language.Nix.Identifier-                    Language.Nix.Path-  other-modules:    Paths_language_nix-  hs-source-dirs:   src-  build-depends:    base < 5, QuickCheck, deepseq, lens, parsec-class, pretty-  default-language: Haskell2010-  other-extensions: FlexibleContexts-                    TemplateHaskell-                    GeneralizedNewtypeDeriving-                    DeriveGeneric+name:          language-nix
+version:       2.2.0
+x-revision: 1
+synopsis:      Data types and functions to represent the Nix language
+description:   Data types and useful functions to represent and manipulate the Nix
+               language.
+license:       BSD3
+license-file:  LICENSE
+author:        Peter Simons
+maintainer:    simons@cryp.to
+tested-with:   GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1
+category:      Distribution, Language, Nix
+homepage:      https://github.com/NixOS/cabal2nix/tree/master/language-nix#readme
+bug-reports:   https://github.com/NixOS/cabal2nix/issues
+build-type:    Simple
+cabal-version: >= 1.10
+
+source-repository head
+  type:     git
+  location: https://github.com/NixOS/cabal2nix
+  subdir:   language-nix
+
+library
+  exposed-modules:  Language.Nix
+                    Language.Nix.Binding
+                    Language.Nix.Identifier
+                    Language.Nix.Path
+  other-modules:    Paths_language_nix
+  hs-source-dirs:   src
+  build-depends:    base < 5, QuickCheck, deepseq, lens, parsec-class, pretty
+  default-language: Haskell2010
+  other-extensions: FlexibleContexts
+                    TemplateHaskell
+                    GeneralizedNewtypeDeriving
+                    DeriveGeneric