Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Commit

Permalink
upgraded to ghc 8.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Oct 9, 2021
1 parent 4cd13d9 commit ae532a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ in pkgs.haskell-nix.project {
src = ./.;
};
# Specify the GHC version to use.
compiler-nix-name = "ghc8104"; # Not required for `stack.yaml` based projects.
compiler-nix-name = "ghc8107"; # Not required for `stack.yaml` based projects.
}
2 changes: 1 addition & 1 deletion mantra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: >= 1.10

name : mantra
description : This tool provides several script-oriented utilities for the Cardano blockchain. In particular, it posts metadata or mints/burns tokens. It can also generate scripts, compute script addresses, compute the fingerprint of a token, and download scripts.
version : 0.5.0.0
version : 0.5.0.1
license : MIT
license-file : LICENSE
author : Brian W Bush
Expand Down
12 changes: 6 additions & 6 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"homepage": "https://input-output-hk.github.io/haskell.nix",
"owner": "input-output-hk",
"repo": "haskell.nix",
"rev": "646ae82cb6dec59616e248362bcd8642e2d9ceee",
"sha256": "1w299zzf1ql3hlyycdi7kvq37v0dn2f75by0b0c7lzdxxgadb1gv",
"rev": "4ea6346ea40b2d4c4891ef12d3ad082ee6020cd7",
"sha256": "1nawbdyc10mqpx879bwf8nljwiia3qfv3qkgc56677s695g87w01",
"type": "tarball",
"url": "https://github.com/input-output-hk/haskell.nix/archive/646ae82cb6dec59616e248362bcd8642e2d9ceee.tar.gz",
"url": "https://github.com/input-output-hk/haskell.nix/archive/4ea6346ea40b2d4c4891ef12d3ad082ee6020cd7.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"niv": {
Expand All @@ -17,10 +17,10 @@
"homepage": "https://github.com/nmattia/niv",
"owner": "nmattia",
"repo": "niv",
"rev": "94080ae8286024820c570a2a24ed7c36d7ad04a9",
"sha256": "0wlk52zwlrq727x3z1vg9d9qq4zw62ab5jzg4068iqb6hyb0cr0w",
"rev": "65a61b147f307d24bfd0a5cd56ce7d7b7cc61d2e",
"sha256": "17mirpsx5wyw262fpsd6n6m47jcgw8k2bwcp1iwdnrlzy4dhcgqh",
"type": "tarball",
"url": "https://github.com/nmattia/niv/archive/94080ae8286024820c570a2a24ed7c36d7ad04a9.tar.gz",
"url": "https://github.com/nmattia/niv/archive/65a61b147f307d24bfd0a5cd56ce7d7b7cc61d2e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
Expand Down

0 comments on commit ae532a6

Please sign in to comment.