Cabal revisions of cabal2nix-2.5
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.18.1.------ see: https://github.com/sol/hpack--name: cabal2nix-version: 2.5-synopsis: Convert Cabal files into Nix build instructions.-description: Convert Cabal files into Nix build instructions. Users of Nix can install the latest version by running:- .- > nix-env -i cabal2nix-category: Distribution, Nix-stability: stable-homepage: https://github.com/nixos/cabal2nix#readme-bug-reports: https://github.com/nixos/cabal2nix/issues-author: Peter Simons,- Andres Loeh,- Benno Fünfstück,- Mateusz Kowalczyk,- Michael Alan Dorman,- Mathijs Kwik,- Shea Levy,- Dmitry Malikov,- Eric Seidel,- Hamish Mackenzie,- Nikolay Amiantov,- Aycan iRiCAN,- Bryan Gardiner,- Joe Hermaszewski,- John Wiegley,- Philipp Hausmann,- Spencer Janssen,- Tom Hunger,- William Casarin,- koral,- Adam Vogt,- Alexey Shmalko,- Corey O'Connor,- Cray Elliott,- Felix Kunzmann,- Gabriel Ebner,- Gergely Risko,- Jacob Mitchell,- Joachim Fasting,- John Albietz,- John Chee,- Jussi Maki,- Mark Laws,- Mark Wotton,- Matthew Stewart,- Matvey Aksenov,- Nicolas Rolland,- Oliver Charles,- Pascal Wittmann,- Patrick John Wheeler,- Profpatsch,- Raymond Gauthier,- Renzo Carbonara,- Rodney Lorrimar,- Sibi,- Tanner Doshier,- Viktar Basharymau,- danbst,- karsten gebbert,- laMudri,- Александр Цамутали-maintainer: Peter Simons <simons@cryp.to>-license: BSD3-license-file: LICENSE-tested-with: GHC > 7.10 && < 8.3-build-type: Custom-cabal-version: >= 1.10--extra-source-files:- README.md--source-repository head- type: git- location: https://github.com/nixos/cabal2nix--custom-setup- setup-depends:- base >= 4 && <5- , Cabal- , cabal-doctest >= 1 && <1.1--library- hs-source-dirs:- src- other-extensions: CPP DeriveGeneric FlexibleInstances MultiParamTypeClasses OverloadedStrings RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell- ghc-options: -Wall- build-depends:- aeson- , ansi-wl-pprint- , base < 5- , bytestring- , Cabal > 2- , containers- , deepseq >= 1.4- , directory- , distribution-nixpkgs >= 1.1- , filepath- , hackage-db- , hopenssl >= 2- , language-nix- , lens- , optparse-applicative- , pretty >= 1.1.2- , process- , split- , text- , transformers- , yaml- exposed-modules:- Cabal2nix- Distribution.Nixpkgs.Fetch- Distribution.Nixpkgs.Haskell- Distribution.Nixpkgs.Haskell.BuildInfo- Distribution.Nixpkgs.Haskell.Constraint- Distribution.Nixpkgs.Haskell.Derivation- Distribution.Nixpkgs.Haskell.FromCabal- Distribution.Nixpkgs.Haskell.FromCabal.Configuration- Distribution.Nixpkgs.Haskell.FromCabal.Flags- Distribution.Nixpkgs.Haskell.FromCabal.License- Distribution.Nixpkgs.Haskell.FromCabal.Name- Distribution.Nixpkgs.Haskell.FromCabal.Normalize- Distribution.Nixpkgs.Haskell.FromCabal.PostProcess- Distribution.Nixpkgs.Haskell.Hackage- Distribution.Nixpkgs.Haskell.OrphanInstances- Distribution.Nixpkgs.Haskell.PackageSourceSpec- other-modules:- Paths_cabal2nix- default-language: Haskell2010--executable cabal2nix- main-is: Main.hs- hs-source-dirs:- cabal2nix- ghc-options: -Wall- build-depends:- aeson- , ansi-wl-pprint- , base < 5- , bytestring- , Cabal > 2- , containers- , deepseq >= 1.4- , directory- , distribution-nixpkgs >= 1.1- , filepath- , hackage-db- , hopenssl >= 2- , language-nix- , lens- , optparse-applicative- , pretty >= 1.1.2- , process- , split- , text- , transformers- , yaml- , cabal2nix- other-modules:- Paths_cabal2nix- default-language: Haskell2010--executable hackage2nix- main-is: Main.hs- hs-source-dirs:- hackage2nix- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N- build-depends:- aeson- , ansi-wl-pprint- , base < 5- , bytestring- , Cabal > 2- , containers- , deepseq >= 1.4- , directory- , distribution-nixpkgs >= 1.1- , filepath- , hackage-db- , hopenssl >= 2- , language-nix- , lens- , optparse-applicative- , pretty >= 1.1.2- , process- , split- , text- , transformers- , yaml- , cabal2nix- , monad-par- , monad-par-extras- , mtl- , time- , utf8-string- other-modules:- Paths_cabal2nix- HackageGit- default-language: Haskell2010--test-suite doctests- type: exitcode-stdio-1.0- main-is: doctests.hs- hs-source-dirs:- test- ghc-options: -Wall -threaded- build-depends:- aeson- , ansi-wl-pprint- , base < 5- , bytestring- , Cabal > 2- , containers- , deepseq >= 1.4- , directory- , distribution-nixpkgs >= 1.1- , filepath- , hackage-db- , hopenssl >= 2- , language-nix- , lens- , optparse-applicative- , pretty >= 1.1.2- , process- , split- , text- , transformers- , yaml- , doctest- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.18.1. +-- +-- see: https://github.com/sol/hpack + +name: cabal2nix +version: 2.5 +x-revision: 1 +synopsis: Convert Cabal files into Nix build instructions. +description: Convert Cabal files into Nix build instructions. Users of Nix can install the latest version by running: + . + > nix-env -i cabal2nix +category: Distribution, Nix +stability: stable +homepage: https://github.com/nixos/cabal2nix#readme +bug-reports: https://github.com/nixos/cabal2nix/issues +author: Peter Simons, + Andres Loeh, + Benno Fünfstück, + Mateusz Kowalczyk, + Michael Alan Dorman, + Mathijs Kwik, + Shea Levy, + Dmitry Malikov, + Eric Seidel, + Hamish Mackenzie, + Nikolay Amiantov, + Aycan iRiCAN, + Bryan Gardiner, + Joe Hermaszewski, + John Wiegley, + Philipp Hausmann, + Spencer Janssen, + Tom Hunger, + William Casarin, + koral, + Adam Vogt, + Alexey Shmalko, + Corey O'Connor, + Cray Elliott, + Felix Kunzmann, + Gabriel Ebner, + Gergely Risko, + Jacob Mitchell, + Joachim Fasting, + John Albietz, + John Chee, + Jussi Maki, + Mark Laws, + Mark Wotton, + Matthew Stewart, + Matvey Aksenov, + Nicolas Rolland, + Oliver Charles, + Pascal Wittmann, + Patrick John Wheeler, + Profpatsch, + Raymond Gauthier, + Renzo Carbonara, + Rodney Lorrimar, + Sibi, + Tanner Doshier, + Viktar Basharymau, + danbst, + karsten gebbert, + laMudri, + Александр Цамутали +maintainer: Peter Simons <simons@cryp.to> +license: BSD3 +license-file: LICENSE +tested-with: GHC > 7.10 && < 8.3 +build-type: Custom +cabal-version: >= 1.10 + +extra-source-files: + README.md + +source-repository head + type: git + location: https://github.com/nixos/cabal2nix + +custom-setup + setup-depends: + base >= 4 && <5 + , Cabal + , cabal-doctest >= 1 && <1.1 + +library + hs-source-dirs: + src + other-extensions: CPP DeriveGeneric FlexibleInstances MultiParamTypeClasses OverloadedStrings RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell + ghc-options: -Wall + build-depends: + aeson + , ansi-wl-pprint + , base < 5 + , bytestring + , Cabal > 2 + , containers + , deepseq >= 1.4 + , directory + , distribution-nixpkgs >= 1.1 + , filepath + , hackage-db < 2 + , hopenssl >= 2 + , language-nix + , lens + , optparse-applicative + , pretty >= 1.1.2 + , process + , split + , text + , transformers + , yaml + exposed-modules: + Cabal2nix + Distribution.Nixpkgs.Fetch + Distribution.Nixpkgs.Haskell + Distribution.Nixpkgs.Haskell.BuildInfo + Distribution.Nixpkgs.Haskell.Constraint + Distribution.Nixpkgs.Haskell.Derivation + Distribution.Nixpkgs.Haskell.FromCabal + Distribution.Nixpkgs.Haskell.FromCabal.Configuration + Distribution.Nixpkgs.Haskell.FromCabal.Flags + Distribution.Nixpkgs.Haskell.FromCabal.License + Distribution.Nixpkgs.Haskell.FromCabal.Name + Distribution.Nixpkgs.Haskell.FromCabal.Normalize + Distribution.Nixpkgs.Haskell.FromCabal.PostProcess + Distribution.Nixpkgs.Haskell.Hackage + Distribution.Nixpkgs.Haskell.OrphanInstances + Distribution.Nixpkgs.Haskell.PackageSourceSpec + other-modules: + Paths_cabal2nix + default-language: Haskell2010 + +executable cabal2nix + main-is: Main.hs + hs-source-dirs: + cabal2nix + ghc-options: -Wall + build-depends: + aeson + , ansi-wl-pprint + , base < 5 + , bytestring + , Cabal > 2 + , containers + , deepseq >= 1.4 + , directory + , distribution-nixpkgs >= 1.1 + , filepath + , hackage-db < 2 + , hopenssl >= 2 + , language-nix + , lens + , optparse-applicative + , pretty >= 1.1.2 + , process + , split + , text + , transformers + , yaml + , cabal2nix + other-modules: + Paths_cabal2nix + default-language: Haskell2010 + +executable hackage2nix + main-is: Main.hs + hs-source-dirs: + hackage2nix + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + build-depends: + aeson + , ansi-wl-pprint + , base < 5 + , bytestring + , Cabal > 2 + , containers + , deepseq >= 1.4 + , directory + , distribution-nixpkgs >= 1.1 + , filepath + , hackage-db < 2 + , hopenssl >= 2 + , language-nix + , lens + , optparse-applicative + , pretty >= 1.1.2 + , process + , split + , text + , transformers + , yaml + , cabal2nix + , monad-par + , monad-par-extras + , mtl + , time + , utf8-string + other-modules: + Paths_cabal2nix + HackageGit + default-language: Haskell2010 + +test-suite doctests + type: exitcode-stdio-1.0 + main-is: doctests.hs + hs-source-dirs: + test + ghc-options: -Wall -threaded + build-depends: + aeson + , ansi-wl-pprint + , base < 5 + , bytestring + , Cabal > 2 + , containers + , deepseq >= 1.4 + , directory + , distribution-nixpkgs >= 1.1 + , filepath + , hackage-db < 2 + , hopenssl >= 2 + , language-nix + , lens + , optparse-applicative + , pretty >= 1.1.2 + , process + , split + , text + , transformers + , yaml + , doctest + default-language: Haskell2010