Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: symantic-parser
Upstream-Contact: Julien Moutinho <julm+symantic-parser@sourcephile.fr>
-Source: https://git.hut.sourcephile.fr/~julm/symantic-parser
+Source: https://git.code.sourcephile.fr/~julm/symantic-parser
Files: *.nix *.lock cabal.project *.cabal *.md .envrc .gitignore .hlint.yaml Makefile
Copyright: Julien Moutinho <julm+symantic-parser@sourcephile.fr>
]
},
"locked": {
- "lastModified": 1627727111,
- "narHash": "sha256-y1A7iCysHlnV87HvdY06WmvqxE8kj6oGaXqD+IrCNB8=",
- "ref": "master",
- "rev": "eee56bd2c70439de82cbf8204080a480868f2a85",
- "revCount": 17,
+ "lastModified": 1630669709,
+ "narHash": "sha256-OoivM9+ToU99+5BJs2IssUwpW5QmVtECLm7QN4pL63k=",
+ "ref": "main",
+ "rev": "5e52e1ec42d515bc93187c9eeb3603a907214c69",
+ "revCount": 22,
"type": "git",
- "url": "git://git.sourcephile.fr/haskell/symantic-base"
+ "url": "https://git.code.sourcephile.fr/~julm/symantic-base"
},
"original": {
+ "ref": "main",
"type": "git",
- "url": "git://git.sourcephile.fr/haskell/symantic-base"
+ "url": "https://git.code.sourcephile.fr/~julm/symantic-base"
}
}
},
inputs.nixpkgs.url = "flake:nixpkgs";
#inputs.nixpkgs.url = "github:NixOS/nixpkgs";
inputs.flake-utils.url = "github:numtide/flake-utils";
-inputs.symantic-base.url = "git://git.sourcephile.fr/haskell/symantic-base";
+inputs.symantic-base.url = "git+https://git.code.sourcephile.fr/~julm/symantic-base?ref=main";
inputs.symantic-base.inputs.nixpkgs.follows = "nixpkgs";
outputs = inputs:
inputs.flake-utils.lib.eachDefaultSystem (system: let
cabal-version: 3.0
name: symantic-parser
-maintainer: mailto:~julm/symantic-parser@todo.hut.sourcephile.fr
-bug-reports: https://todo.hut.sourcephile.fr/~julm/symantic-parser
-homepage: https://git.hut.sourcephile.fr/~julm/symantic-parser
+maintainer: mailto:~julm/symantic-parser@todo.code.sourcephile.fr
+bug-reports: https://todo.code.sourcephile.fr/~julm/symantic-parser
+homepage: https://git.code.sourcephile.fr/~julm/symantic-parser
author: Julien Moutinho <julm+symantic-parser@sourcephile.fr>
copyright: Julien Moutinho <julm+symantic-parser@sourcephile.fr>
license: AGPL-3.0-or-later
license-file: LICENSES/AGPL-3.0-or-later.txt
-version: 0.2.1.20210803
+version: 0.2.1.20210903
stability: experimental
synopsis: Parser combinators statically optimized and staged via typed meta-programming
description:
source-repository head
type: git
- location: https://git.hut.sourcephile.fr/~julm/symantic-parser
+ location: https://git.code.sourcephile.fr/~julm/symantic-parser
flag dump-core
description: Dump GHC's Core in HTML