mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
haskell-descriptive: update to version 0.9.1 to fix build errors
This commit is contained in:
parent
2b8b3cc147
commit
8e92c1fcbe
1 changed files with 2 additions and 2 deletions
|
@ -37681,8 +37681,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "descriptive";
|
||||
version = "0.9.0";
|
||||
sha256 = "1ia4fszapalwz5rqadb5wfqyavyni1ircli5i70vyp61zf3riig2";
|
||||
version = "0.9.1";
|
||||
sha256 = "0bhp2s7lwz35lwz3hmwxxskrr03w2sm9dclcss3mhyyjhl4hzz74";
|
||||
buildDepends = [
|
||||
aeson base bifunctors containers mtl scientific text transformers
|
||||
vector
|
||||
|
|
Loading…
Reference in a new issue