packages feed

Cabal revisions of language-nix-2.1.0.1

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

revision 1
--- This file has been generated from package.yaml by hpack version 0.12.0.------ see: https://github.com/sol/hpack--name:           language-nix-version:        2.1.0.1-synopsis:       Data types and useful functions to represent and manipulate the Nix language.-description:    Data types and useful functions to represent and manipulate the Nix language.-category:       Distribution, Language-homepage:       https://github.com/peti/language-nix#readme-bug-reports:    https://github.com/peti/language-nix/issues-author:         Peter Simons-maintainer:     simons@cryp.to-license:        BSD3-license-file:   LICENSE-tested-with:    GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1-build-type:     Simple-cabal-version:  >= 1.10--source-repository head-  type: git-  location: https://github.com/peti/language-nix--library-  hs-source-dirs:-      src-  ghc-options: -Wall-  build-depends:-      base < 5-    , base-compat-    , Cabal-    , deepseq-    , lens-    , pretty-    , QuickCheck-  exposed-modules:-      Language.Nix-      Language.Nix.Binding-      Language.Nix.Identifier-      Language.Nix.Path-  other-modules:-      Paths_language_nix-  default-language: Haskell2010--test-suite spec-  type: exitcode-stdio-1.0-  main-is: Main.hs-  hs-source-dirs:-      test-  ghc-options: -Wall-  build-depends:-      base < 5-    , base-compat-    , Cabal-    , deepseq-    , lens-    , pretty-    , QuickCheck-    , doctest-  default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.12.0.
+--
+-- see: https://github.com/sol/hpack
+
+name:           language-nix
+version:        2.1.0.1
+x-revision: 1
+synopsis:       Data types and useful functions to represent and manipulate the Nix language.
+description:    Data types and useful functions to represent and manipulate the Nix language.
+category:       Distribution, Language, Nix
+homepage:       https://github.com/peti/language-nix#readme
+bug-reports:    https://github.com/peti/language-nix/issues
+author:         Peter Simons
+maintainer:     simons@cryp.to
+license:        BSD3
+license-file:   LICENSE
+tested-with:    GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
+build-type:     Simple
+cabal-version:  >= 1.10
+
+source-repository head
+  type: git
+  location: https://github.com/peti/language-nix
+
+library
+  hs-source-dirs:
+      src
+  ghc-options: -Wall
+  build-depends:
+      base < 5
+    , base-compat
+    , Cabal
+    , deepseq
+    , lens
+    , pretty
+    , QuickCheck
+  exposed-modules:
+      Language.Nix
+      Language.Nix.Binding
+      Language.Nix.Identifier
+      Language.Nix.Path
+  other-modules:
+      Paths_language_nix
+  default-language: Haskell2010
+
+test-suite spec
+  type: exitcode-stdio-1.0
+  main-is: Main.hs
+  hs-source-dirs:
+      test
+  ghc-options: -Wall
+  build-depends:
+      base < 5
+    , base-compat
+    , Cabal
+    , deepseq
+    , lens
+    , pretty
+    , QuickCheck
+    , doctest
+  default-language: Haskell2010