},
"nixpkgs": {
"locked": {
- "lastModified": 1683207485,
- "narHash": "sha256-gs+PHt/y/XQB7S8+YyBLAM8LjgYpPZUVFQBwpFSmJro=",
+ "lastModified": 1691328192,
+ "narHash": "sha256-w59N1zyDQ7SupfMJLFvtms/SIVbdryqlw5AS4+DiH+Y=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "cc45a3f8c98e1c33ca996e3504adefbf660a72d1",
+ "rev": "61676e4dcfeeb058f255294bcb08ea7f3bc3ce56",
"type": "github"
},
"original": {
-- | Enable the contruction or deconstruction
-- of an 'ADT' (algebraic data type).
class Dataable a sem where
- -- | Unfortunately, 'UnToF' is needed for the 'ToFer' instance.
dataType :: sem (EoT (ADT a)) -> sem a
default dataType ::
Generic a =>