Skip to content

Commit

Permalink
Update from Hackage at 2018-04-30T17:02:29Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Apr 30, 2018
1 parent fd8efdb commit 4fb8884
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions nix-diff/1.0.2/nix-diff.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: nix-diff
version: 1.0.2
synopsis: Explain why two Nix derivations differ
description: This package provides a @nix-diff@ executable which
explains why two Nix derivations (i.e. @*.drv@ files)
differ
homepage: https://github.com/Gabriel439/nix-diff
license: BSD3
license-file: LICENSE
author: Gabriel Gonzalez
maintainer: Gabriel439@gmail.com
copyright: 2017 Gabriel Gonzalez
category: System
build-type: Simple
tested-with: GHC == 8.0.2, GHC == 8.2.2
cabal-version: >= 1.10
extra-source-files: README.md

executable nix-diff
main-is: Main.hs
build-depends: base >= 4.9 && < 4.11
, attoparsec >= 0.13 && < 0.14
, containers >= 0.5 && < 0.6
, Diff >= 0.3 && < 0.4
, text >= 1.2 && < 1.3
, system-filepath >= 0.4 && < 0.5
, optparse-generic >= 1.1 && < 1.4
, nix-derivation >= 1.0 && < 1.1
, mtl >= 2.2 && < 2.3
, unix < 2.8
, vector >= 0.12 && < 0.13
hs-source-dirs: src
default-language: Haskell2010
1 change: 1 addition & 0 deletions nix-diff/1.0.2/nix-diff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"529d248b3818f097554f9f9265971b23","Skein512_512":"ed40a154f976c4d549a0ded6731690f42a8716719d4115fa633b43821de505ca69763e2f76f4b9558355130ca1d648a74a45948c34780b4206126f58dcbd57d0","SHA1":"c39a9b14c1887d44564006748091a4a4724eb083","SHA512":"27fdc9737e3bbd243d04d67a0f5e638218d7d7629ec53f646b98b0fc0b98576f10ce9697d5707d9b5552f7ec0223f1085852875b16510346b768630b594689ca","SHA256":"b273da60a3c1065c83b565573939ee33458a5a32a5260ae561745705cb1d2ed8"},"package-locations":["https://hackage.haskell.org/package/nix-diff-1.0.2/nix-diff-1.0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/nix-diff-1.0.2.tar.gz"],"package-size":7023}

0 comments on commit 4fb8884

Please sign in to comment.