Commit Graph

  • 931ba79d94
    Hnix: add hydra job. master Félix Baylac-Jacqué 2020-12-11 19:52:55 +0100
  • a3265899bf
    Merge request #769 form 0.11.1: cabal, changelog Anton Latukha 2020-12-09 18:57:14 +0200
  • 6c071d36a1
    form 0.11.1 Anton-Latukha 2020-12-09 18:41:24 +0200
  • 6a91375c28
    Update CHANGELOG.md Guillaume Maudoux 2020-12-09 10:45:05 +0100
  • fbed7a656c
    CHANGELOG: explain changes Anton-Latukha 2020-12-09 01:14:58 +0200
  • fae8c24e8f
    Merge request #766 CI: GitHub: add Nixpkgs integration test Anton Latukha 2020-12-03 00:31:21 +0200
  • 52f39938c0
    CI: GitHub: workflow: add project Nixpkgs-integration test Anton-Latukha 2020-12-02 16:55:40 +0200
  • 106dbf3b63
    CI: GitHub: style clean-up Anton-Latukha 2020-11-29 19:17:47 +0200
  • d9f5e009f3
    Merge request #765 clean-up {neat-interpolation, data-fix} derivation overrides Anton Latukha 2020-12-02 22:27:02 +0200
  • def857264d
    default.nix: rm data-fix override Anton-Latukha 2020-12-02 17:02:10 +0200
  • ee24f93a8b
    default.nix: rm neat-interpolation override Anton-Latukha 2020-12-02 17:01:31 +0200
  • 92fe5496ee
    default.nix: upd rev Anton-Latukha 2020-12-02 17:13:45 +0200
  • 8c18321e74 Changelog: add Progress section Anton-Latukha 2020-11-29 14:32:04 +0200
  • 484f4dac4d
    Merge request #748 shell.nix: use Haskell notation, explicit attrs Anton Latukha 2020-11-18 23:47:06 +0200
  • a277ad4857
    shell.nix: add explanation why explicit defaults set Anton-Latukha 2020-11-18 22:26:03 +0200
  • ad078200f9 Work around nix default values behavior Guillaume Maudoux 2020-11-18 11:53:36 +0100
  • ead52c1719
    Merge pull request #757 from layus/fix-a-lot Guillaume Maudoux 2020-11-18 10:24:00 +0100
  • 2af45ba385 Fix unused param warning Guillaume Maudoux 2020-11-18 10:04:09 +0100
  • 5c72d9530c Restore some `sort -k4` of order in the builtins Guillaume Maudoux 2020-11-17 11:09:06 +0100
  • 50baea5e1e Fix `assert` parser to accept top-level nix forms Guillaume Maudoux 2020-11-03 00:00:55 +0100
  • dc31c5e64f Fix pathExists to also accept dirs Guillaume Maudoux 2020-11-02 23:57:55 +0100
  • 53b4db2525 Fix builtins.substring for negative lengths Guillaume Maudoux 2020-10-27 04:18:58 +0100
  • 3ac720b5aa Complete and cleanup builtins list Guillaume Maudoux 2020-10-26 17:46:51 +0100
  • 2a7a447a7d Fix occurences of name-shadowing Guillaume Maudoux 2020-05-13 01:53:13 +0200
  • b6b06224c5 Remove very verbose debug statements Guillaume Maudoux 2020-05-10 01:53:12 +0200
  • 19790fd1fc Show faulty string in fromStringNoContext error Guillaume Maudoux 2020-05-10 01:49:05 +0200
  • d32a6fbaf3 Fix isString to refrain from coercing values Guillaume Maudoux 2020-05-10 01:40:47 +0200
  • 48ed345075 Disable debug logging on thunk force Guillaume Maudoux 2019-12-05 15:04:01 +0100
  • 59698de718 Handle errors located in raw strings Guillaume Maudoux 2019-12-05 14:19:14 +0100
  • 6bc278c859
    Merge pull request #759 from haskell-nix/joe-actions Joe Hermaszewski 2020-11-17 18:39:36 +0800
  • c0f5b691d1 Bump install-haskell cachix-action and install-nix-action Joe Hermaszewski 2020-11-17 15:30:41 +0800
  • b1f7397807
    Merge pull request #756 from layus/fix-impl Joe Hermaszewski 2020-11-17 14:58:21 +0800
  • e2ad934492 Make `->` right assosciative Guillaume Maudoux 2020-11-16 14:30:30 +0100
  • 26543bb530
    default.nix: upd rev (#754) Anton Latukha 2020-11-03 18:46:36 +0200
  • b21bb48bf5
    hnix.cabal: version: increment to major release 0.11.0 (#751) Anton Latukha 2020-11-02 19:13:31 +0200
  • 9d0addaa4b
    CHANGELOG.md: add 0.11.0 (#749) Anton Latukha 2020-11-02 17:57:04 +0200
  • b8cc8dfdee
    default.nix: set Hoogle to false by default (true is in shell.nix) Anton-Latukha 2020-11-01 20:52:57 +0200
  • 45752fc633
    shell.nix: use Haskell notation, use explicit attrs Anton-Latukha 2020-11-01 19:56:58 +0200
  • 75e3a73bbe
    Merge pull request #741 from expipiplus1/joe-fix-qq Joe Hermaszewski 2020-11-01 11:47:49 +0800
  • c0ed91f8c2
    Merge pull request #744 from expipiplus1/joe-sourcepos-whitespace Joe Hermaszewski 2020-11-01 11:46:38 +0800
  • 6b9d4d1890 Restrict type of parens and brackets to prevent negative use of NExprLoc Joe Hermaszewski 2020-10-29 10:30:24 +0800
  • dba7650bc5 Correct location annotation for parenthesized expressions Joe Hermaszewski 2020-10-16 19:13:03 +0800
  • 4202bac068 Remove Generic1 instance for NKeyName Joe Hermaszewski 2020-10-23 11:03:05 +0800
  • 731ed878e1 Use pre-whitespace position for source end locations Joe Hermaszewski 2020-10-25 17:15:36 +0800
  • 9920802798 Fix QQ Text lifting error Joe Hermaszewski 2020-10-23 14:27:25 +0800
  • 820499daff [auto] upd README TOC Anton Latukha 2020-10-04 14:30:21 +0000
  • 50c6301b8d
    README.md: REPL: add laziness and strictness (#738) Anton Latukha 2020-10-04 17:29:50 +0300
  • e18d3cc9a2 [auto] upd README TOC Anton Latukha 2020-09-30 18:05:59 +0000
  • 7b999da3da README.md: m upd and rephrasing Anton-Latukha 2020-09-30 21:04:01 +0300
  • e1a2a22d63 [auto] upd README TOC Anton Latukha 2020-09-30 17:45:19 +0000
  • 908bd0c287 README.md: HNix REPL: rephrase Anton-Latukha 2020-09-30 20:41:46 +0300
  • 7abc3c6ece README.md: form the ghcid section Anton-Latukha 2020-09-30 20:37:59 +0300
  • 4b4333602e
    Merge request #731 default.nix: switch to the GHC 8.10.1, now executable gets build Anton Latukha 2020-09-30 20:36:28 +0300
  • c8c9990d9e
    CI: GitHub: Nix-dev-env-{main,macOS}: rm Nixpkgs channel from names Anton-Latukha 2020-09-30 19:14:45 +0300
  • f91a12d520
    default.nix: try new rev Anton-Latukha 2020-09-30 19:07:34 +0300
  • 098ae18fb9 [auto] upd README TOC Anton Latukha 2020-09-30 15:29:38 +0000
  • 11dc625daf
    Merge request #734 README-restructuring-03 Anton Latukha 2020-09-30 18:29:01 +0300
  • 78ead0428f
    README.md: nix-build: add Run the result Anton-Latukha 2020-09-30 18:25:39 +0300
  • ef702b48ec
    README.md: add Building the project with Nix-build section Anton-Latukha 2020-09-30 18:21:43 +0300
  • 5de67e72e1
    README.md: upd Using the HNix REPL Anton-Latukha 2020-09-30 17:56:16 +0300
  • 100a22d4cd
    README.md: fx Building section rank Anton-Latukha 2020-09-30 17:52:58 +0300
  • 407e30f2c3 [auto] upd README TOC Anton Latukha 2020-09-30 14:48:47 +0000
  • 778e6f31ee
    Merge request #733 from README restructuring 02 Anton Latukha 2020-09-30 17:48:22 +0300
  • 53ef61eb89
    README.md: m upd Anton-Latukha 2020-09-30 17:40:06 +0300
  • 2235addf60
    README.md: Cabal: Full debud: m rephrasing Anton-Latukha 2020-09-30 17:38:53 +0300
  • deb204c01d
    README.md mv current Building section into Cabal section Anton-Latukha 2020-09-30 17:35:51 +0300
  • 9bc228b3b2
    README.md: Cabal: form run HNix Anton-Latukha 2020-09-30 17:35:15 +0300
  • 8a85734fe8 [auto] upd README TOC Anton Latukha 2020-09-30 14:27:27 +0000
  • 35cc977b86
    Merge request #732 README restructuring Anton Latukha 2020-09-30 17:27:02 +0300
  • f6032cfa4f
    README.md: upd nix-shell description Anton-Latukha 2020-09-30 17:24:24 +0300
  • 7534d1987c
    README.md: m fxs Anton-Latukha 2020-09-30 17:23:18 +0300
  • b01b718f33
    README.md: mv Cachix in Getting started Anton-Latukha 2020-09-30 17:11:08 +0300
  • 86b609e22b
    README.md: rename section to "Entering the HNix REPL" Anton-Latukha 2020-09-30 17:06:57 +0300
  • c4e3e6fbc3
    README.md: Testing: m upd Anton-Latukha 2020-09-30 17:06:26 +0300
  • 471f4d4277
    README.md: add how to use GHCID with nix-shell also Anton-Latukha 2020-09-30 17:01:23 +0300
  • cc468af340
    README.md: add how to load Haskell REPL Anton-Latukha 2020-09-30 17:00:52 +0300
  • 34028b7eec
    README.md: link to Cabal quickstart Anton-Latukha 2020-09-30 16:55:09 +0300
  • c9c9adf56a
    README.md: Development (with -> using) Cabal Anton-Latukha 2020-09-30 16:40:47 +0300
  • 21d51f8fe2
    README.md: intro: not a Haskell parser, but a parser in Haskell Anton-Latukha 2020-09-30 16:29:22 +0300
  • 4a5ecdbd23
    README.md: Getting started: draw note project uses submodules Anton-Latukha 2020-09-30 16:26:24 +0300
  • 828d4ffc0c
    README.md: Building: With benchmarks: rm superflous commands Anton-Latukha 2020-09-30 16:23:38 +0300
  • 7cf3cb9ded
    README.md: make text alignment homogenous Anton-Latukha 2020-09-30 16:17:34 +0300
  • a2cba9ea59
    README.md: prune commands in favour of "Development with Cabal" Anton-Latukha 2020-09-30 16:01:23 +0300
  • 8576b33af8
    README.md: form "Development with Cabal" Anton-Latukha 2020-09-30 16:00:22 +0300
  • 0cb499d9d8
    default.nix: switch to the GHC 8.10.1, now executable gets build Anton-Latukha 2020-09-29 23:22:17 +0300
  • 85710682e7
    CI: Nix-dev-env-main: strict build: explicitly state the compiler Anton-Latukha 2020-09-29 23:19:57 +0300
  • 245594db87
    CI: Nix-dev-env-{main,macOS}: pin Nixpkgs rev Anton-Latukha 2020-09-29 23:16:17 +0300
  • 2cd2db93d0 README.md: upd badges Anton-Latukha 2020-09-29 18:42:00 +0300
  • 4da7aee626 README.md: Prerequisites: rephrase Anton-Latukha 2020-09-29 18:04:24 +0300
  • 9b5d0fb66c [auto] upd README TOC Anton Latukha 2020-09-29 14:57:39 +0000
  • 7d7a39bdf6
    Merge request #727 GitHub CI: autogenerate the README TOC Anton Latukha 2020-09-29 17:57:12 +0300
  • 0716f31574
    CI: GitCub: add On-Readme-update: add automatic TOC generation Anton-Latukha 2020-09-29 17:16:57 +0300
  • 49c9f335f4
    README.md: preserve the Contents headline Anton-Latukha 2020-09-29 17:48:45 +0300
  • fba06c0cd0
    README.md: Building: put "Full debug with profiling" after "Profiling" Anton-Latukha 2020-09-29 17:14:43 +0300
  • 9e4f57e052
    README.md: put Cachix cache setup before Building the project Anton-Latukha 2020-09-29 17:13:13 +0300
  • 6f71f39ea4
    README.md: Cachix: upd description Anton-Latukha 2020-09-29 17:12:47 +0300
  • 4659122fc3
    README.md: Cachix: upd description Anton-Latukha 2020-09-29 17:06:44 +0300
  • 21599b36b2
    README.md: structure all "Building*" headlines into "Building" section Anton-Latukha 2020-09-29 17:00:19 +0300
  • 5e80e1984f
    README.md: preparating for TOC autogeneration Anton-Latukha 2020-09-29 16:55:00 +0300
  • fea80a57c7
    Merge request #724 README-clean-up Anton Latukha 2020-09-29 16:35:54 +0300