forked from awakesecurity/proto3-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.8.1: dependency fixes including dhall-1.42 (awakesecurity#251)
Also, in shell.nix default to GHC 9.4.8.
- Loading branch information
Showing
9 changed files
with
102 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ mkDerivation, attoparsec, base, base-compat | ||
, base-compat-batteries, base-orphans, base16-bytestring | ||
, bytestring, containers, data-fix, deepseq, Diff, directory, dlist | ||
, exceptions, filepath, generic-deriving, generically, ghc-prim | ||
, hashable, indexed-traversable, integer-logarithms, lib, OneTuple | ||
, primitive, QuickCheck, quickcheck-instances, scientific | ||
, semialign, strict, tagged, tasty, tasty-golden, tasty-hunit | ||
, tasty-quickcheck, template-haskell, text, text-short | ||
, th-abstraction, these, time, time-compat, unordered-containers | ||
, uuid-types, vector, witherable | ||
}: | ||
mkDerivation { | ||
pname = "aeson"; | ||
version = "2.1.2.1"; | ||
sha256 = "5d4042b903ce181ee023bbf908f37a3f55e820c5f0df102683b87f963e3522c6"; | ||
revision = "3"; | ||
editedCabalFile = "19qj4s625b34kw8ryb2ji0hs6dg2m116x913s722bab316k653av"; | ||
libraryHaskellDepends = [ | ||
attoparsec base base-compat-batteries bytestring containers | ||
data-fix deepseq dlist exceptions generically ghc-prim hashable | ||
indexed-traversable OneTuple primitive QuickCheck scientific | ||
semialign strict tagged template-haskell text text-short | ||
th-abstraction these time time-compat unordered-containers | ||
uuid-types vector witherable | ||
]; | ||
testHaskellDepends = [ | ||
attoparsec base base-compat base-orphans base16-bytestring | ||
bytestring containers data-fix Diff directory dlist filepath | ||
generic-deriving generically ghc-prim hashable indexed-traversable | ||
integer-logarithms OneTuple primitive QuickCheck | ||
quickcheck-instances scientific strict tagged tasty tasty-golden | ||
tasty-hunit tasty-quickcheck template-haskell text text-short these | ||
time time-compat unordered-containers uuid-types vector | ||
]; | ||
homepage = "https://github.com/haskell/aeson"; | ||
description = "Fast JSON parsing and encoding"; | ||
license = lib.licenses.bsd3; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ mkDerivation, aeson, base, lib }: | ||
mkDerivation { | ||
pname = "attoparsec-aeson"; | ||
version = "2.1.0.0"; | ||
sha256 = "b34afb1c330428d9ff7e9e99655ece826ed7a1928dd5880c8127e73a12e906a9"; | ||
libraryHaskellDepends = [ aeson base ]; | ||
doHaddock = false; | ||
homepage = "https://github.com/haskell/aeson"; | ||
description = "Parsing of aeson's Value with attoparsec"; | ||
license = lib.licenses.bsd3; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters