packages feed

cabal2nix-2.16.0: test/golden-test-cases/state-codes.nix.golden

{ mkDerivation, aeson, base, hspec, lib, QuickCheck, shakespeare
, text
}:
mkDerivation {
  pname = "state-codes";
  version = "0.1.3";
  sha256 = "deadbeef";
  libraryHaskellDepends = [ aeson base shakespeare text ];
  testHaskellDepends = [ aeson base hspec QuickCheck text ];
  homepage = "https://github.com/acamino/state-codes#README";
  description = "ISO 3166-2:US state codes and i18n names";
  license = lib.licenses.mit;
}