-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade to Dhall 1.25 * Sort record fields in golden test output. Dhall 1.25 has got better at forgetting record field order when we ask it to. This will produce better diffability.
- Loading branch information
1 parent
0f7304d
commit 355ef9d
Showing
29 changed files
with
263 additions
and
123 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ mkDerivation, base, mtl, primitive, random, stdenv, transformers | ||
, transformers-compat | ||
}: | ||
mkDerivation { | ||
pname = "MonadRandom"; | ||
version = "0.5.1.1"; | ||
sha256 = "abda4a297acf197e664695b839b4fb70f53e240f5420489dc21bcf6103958470"; | ||
revision = "3"; | ||
editedCabalFile = "0fiblwmwk48d1g9j99qrcg1ak904csgfb86y80d1nl2vr782cq6w"; | ||
libraryHaskellDepends = [ | ||
base mtl primitive random transformers transformers-compat | ||
]; | ||
description = "Random-number generation monad"; | ||
license = stdenv.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,14 @@ | ||
{ mkDerivation, base, ghc-prim, hspec, hspec-discover, QuickCheck | ||
, stdenv | ||
}: | ||
mkDerivation { | ||
pname = "base-orphans"; | ||
version = "0.8.1"; | ||
sha256 = "442bd63aed102e753b2fed15df8ae19f35ee07af26590da63837c523b64a99db"; | ||
libraryHaskellDepends = [ base ghc-prim ]; | ||
testHaskellDepends = [ base hspec QuickCheck ]; | ||
testToolDepends = [ hspec-discover ]; | ||
homepage = "https://github.com/haskell-compat/base-orphans#readme"; | ||
description = "Backwards-compatible orphan instances for base"; | ||
license = stdenv.lib.licenses.mit; | ||
} |
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,17 @@ | ||
{ mkDerivation, base, bifunctors, mtl, profunctors, QuickCheck | ||
, semigroupoids, stdenv, test-framework, test-framework-quickcheck2 | ||
}: | ||
mkDerivation { | ||
pname = "either"; | ||
version = "5.0.1.1"; | ||
sha256 = "0243d51d6a02ecb541e4854a588a9b6219a4690ebcbdb79387dd14ad519cdf27"; | ||
libraryHaskellDepends = [ | ||
base bifunctors mtl profunctors semigroupoids | ||
]; | ||
testHaskellDepends = [ | ||
base QuickCheck test-framework test-framework-quickcheck2 | ||
]; | ||
homepage = "http://github.com/ekmett/either/"; | ||
description = "Combinators for working with sums"; | ||
license = stdenv.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
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
Oops, something went wrong.