packages feed

Cabal revisions of autonix-deps-0.3.0.0

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

revision 1
-name:                autonix-deps-version:             0.3.0.0-synopsis:            Library for Nix expression dependency generation-license:             BSD3-license-file:        LICENSE-author:              Thomas Tuegel-maintainer:          ttuegel@gmail.com-copyright:           2014 Thomas Tuegel-category:            System-build-type:          Simple-cabal-version:       >=1.10-bug-reports: https://github.com/ttuegel/autonix-deps/issues-description:-  @autonix-deps@ is a library for building automatic dependency detectors for-  software collections to be built using the Nix package manager.--source-repository head-  type: git-  location: https://github.com/ttuegel/autonix-deps.git--library-  exposed-modules:-    Autonix-    Autonix.Analyze-    Autonix.CMake-    Autonix.Manifest-    Autonix.Package-    Autonix.Regex-    Autonix.Renames-    Autonix.Src-  build-depends:-      base >=4.7 && <5-    , aeson >= 0.9-    , aeson-pretty >= 0.7-    , bytestring >=0.10-    , conduit >=1.2-    , containers >=0.5-    , errors >=1.4-    , filepath >=1.3-    , lens >=4.0-    , libarchive-conduit ==0.1.*-    , mtl >=2.1-    , optparse-applicative >=0.11-    , process >=1.2-    , regex-tdfa >=1.2-    , resourcet >=1.1-    , semigroups >= 0.16-    , text >= 1.2-    , transformers >=0.3-    , xml >=1.3-  hs-source-dirs:      src-  default-language:    Haskell2010-  ghc-options: -Wall+name:                autonix-deps
+version:             0.3.0.0
+x-revision: 1
+synopsis:            Library for Nix expression dependency generation
+license:             BSD3
+license-file:        LICENSE
+author:              Thomas Tuegel
+maintainer:          ttuegel@gmail.com
+copyright:           2014 Thomas Tuegel
+category:            Nix
+build-type:          Simple
+cabal-version:       >=1.10
+bug-reports: https://github.com/ttuegel/autonix-deps/issues
+description:
+  @autonix-deps@ is a library for building automatic dependency detectors for
+  software collections to be built using the Nix package manager.
+
+source-repository head
+  type: git
+  location: https://github.com/ttuegel/autonix-deps.git
+
+library
+  exposed-modules:
+    Autonix
+    Autonix.Analyze
+    Autonix.CMake
+    Autonix.Manifest
+    Autonix.Package
+    Autonix.Regex
+    Autonix.Renames
+    Autonix.Src
+  build-depends:
+      base >=4.7 && <5
+    , aeson >= 0.9
+    , aeson-pretty >= 0.7
+    , bytestring >=0.10
+    , conduit >=1.2
+    , containers >=0.5
+    , errors >=1.4
+    , filepath >=1.3
+    , lens >=4.0
+    , libarchive-conduit ==0.1.*
+    , mtl >=2.1
+    , optparse-applicative >=0.11
+    , process >=1.2
+    , regex-tdfa >=1.2
+    , resourcet >=1.1
+    , semigroups >= 0.16
+    , text >= 1.2
+    , transformers >=0.3
+    , xml >=1.3
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+  ghc-options: -Wall