packages feed

cabal2nix-2.16.0: test/golden-test-cases/iso8601-time.nix.golden

{ mkDerivation, base, hspec, HUnit, lib, time }:
mkDerivation {
  pname = "iso8601-time";
  version = "0.1.4";
  sha256 = "deadbeef";
  libraryHaskellDepends = [ base time ];
  testHaskellDepends = [ base hspec HUnit time ];
  homepage = "https://github.com/nh2/iso8601-time";
  description = "Convert to/from the ISO 8601 time format";
  license = lib.licenses.mit;
}