Commit Graph

110 Commits

Author SHA1 Message Date
Anton-Latukha ee8552a4f6
README: Issue Tracker Backlog: upd 2020-09-29 01:59:11 +03:00
Anton-Latukha 20f93d33d2
README: Evaluating Nixpkgs with HNix: m upd 2020-09-29 01:57:29 +03:00
Anton-Latukha 6ac08a1007
README: Issue Tracked Backlog: upd PR test phrasing, ecouraging 2020-09-29 01:56:05 +03:00
Anton-Latukha 3efb4d157b
README: Issue Tracked Backlog: rephrasing it more directly 2020-09-29 01:54:16 +03:00
Anton-Latukha 6955a55a36
README: use cabal v2-run for locating and executing binary
Old path is not existent, since `dist-newstyle` is used, path is ugly to
construct, so far settling for `cabal v2-run` autolocating `hnix`, thou the
problem is that Nix-env has GHC 8.8.3, and HNix binary builds only under
GHC >= 8.10.
2020-09-29 01:49:55 +03:00
Anton-Latukha 6eb309e817
README: Getting started: upd nstructions for running the binary 2020-09-29 01:49:12 +03:00
Anton-Latukha 60544cb8a6
README: Prerequisites: m upd 2020-09-28 21:42:14 +03:00
Anton-Latukha b9575207a4
README: rm Building with GHCJS, there is none currently 2020-09-28 21:40:17 +03:00
Anton-Latukha 50f167c640
README: Using the REPL: simplify wording 2020-09-28 21:37:49 +03:00
Anton-Latukha 556835a5b6
README: Getting started: put separate test examples into a list 2020-09-28 21:36:12 +03:00
Anton-Latukha ea770eab96
README: Getting started: split `test` examples into separate examples 2020-09-28 21:31:22 +03:00
Anton-Latukha 377902664b
README: Prequisites: m upd: rephrase 2020-09-28 21:30:30 +03:00
Anton-Latukha 18b54986b1
README: unify shell entries: rm $ from shell entries 2020-09-28 21:23:54 +03:00
Anton-Latukha 9cb4157a5b
README: upd badge name to "Release dependencies"
M  README.md
2020-08-03 23:52:26 +03:00
Anton-Latukha c208b03218
README: add table 2020-08-03 23:41:17 +03:00
Anton-Latukha 120753f494
README: add GitHub badges 2020-08-03 23:13:40 +03:00
Anton-Latukha fd41357bb6
README: rm Travis badge
Travis was fully superseded.
2020-08-03 23:10:50 +03:00
Richard Marko 0cf6be6be2 readme: add short REPL section 2020-07-04 18:42:16 +02:00
Anton-Latukha fed62e9a54 README: add Repology page
Repology is social, logging and analytical network for software projects and
software stores.

M  README.md
2020-06-24 17:48:20 +03:00
Anton-Latukha bbb7b49b0b doc: README: upd shields colors
Green is misleading, since they do not report status currently, so use brand colors.

M  README.md
2020-06-22 22:52:34 +03:00
Anton-Latukha 27b3ef83be doc: README: add Nixpkgs Hydra CI package build link
M  README.md
2020-06-22 22:52:34 +03:00
Anton Latukha 691d947f3c
README: fix the Hackage Matrix Builder badge (#574)
M  README.md
2020-05-28 01:55:57 +03:00
Anton Latukha c865d42da1
Merge branch 'master' into add-bagde-dependencies-monitor 2020-05-25 17:16:26 +03:00
Anton-Latukha 86a3959126
README: add dependencies status badge monitor
M  README.md
2020-05-21 20:14:30 +03:00
Anton-Latukha 0163af1af4
README: add Latest release on Hackage badge
M  README.md
2020-05-21 19:55:58 +03:00
Anton-Latukha 70c21f7b52 README: unify shell code blocks view
M  README.md
2020-05-15 17:51:36 -07:00
Anton-Latukha 8f31ad5cf2 README: upgrade if (in nix-shell) then (cabal instructions -> v2-*) else ()
In fact all cabal instructions are in nix-shell

M  README.md
2020-05-15 17:51:36 -07:00
Anton-Latukha 1373a21cf4 README: use proper cabal v2-* (Nix local build system) keys
Info: https://www.haskell.org/cabal/users-guide/nix-local-build-overview.html

M  README.md
2020-05-15 17:51:36 -07:00
Anton-Latukha 96d3f8b932 README: rm Docker section
Dockerfile was removed recently.
Syncing docs to the state.
2020-01-30 15:49:49 -08:00
Anton-Latukha 888a21afe3 README: Getting Started: upd use new-* cabal options for Nix
Otherwise:
```
cabal test
Warning: The test command is a part of the legacy v1 style of cabal usage.

Please switch to using either the new project style and the new-test command
or the legacy v1-test alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.

For more information, see: https://wiki.haskell.org/Cabal/NewBuild

/nix/store/iajira937isi5mjnrdcnvazd6p63b31d-ghc-8.6.3-with-packages/bin/ghc-pkg: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory)
```

So at the very least `cabal new-test` seems to be required.
2019-05-28 15:36:31 -07:00
Ryan Trinkle 4ee68caa70 PRETTY_TESTS is assumed to be an integer, not yes/no 2019-03-09 15:53:07 -05:00
Doug Beardsley 6f9472f050 Add command for evaluating nixpkgs 2018-11-18 11:44:52 -05:00
John Wiegley aff43a5f1b
Update README note about Cachix 2018-07-25 11:52:59 -07:00
John Wiegley 954e7f5c61
Add note about Cachix to the README 2018-07-25 10:38:11 -07:00
John Wiegley 5c5e90170e
Drop any mention of a doProfiling flag 2018-05-30 12:10:31 -07:00
Profpatsch 9724c649ce tests: add a shortcut env variable to run all tests
Instead of having to specify all env variables manually, this defaults to
running all tests.
2018-05-15 00:03:39 +02:00
Doug Beardsley d912441e3c
Changes for building hnix for GHCJS 2018-05-13 14:17:55 -07:00
John Wiegley b59d6fd62e
Add a link to the Hackage Matrix Builder 2018-05-10 15:25:58 -07:00
John Wiegley 5176cffd2d
Add a Docker build, as another way of testing out hnix 2018-05-07 12:45:37 -07:00
John Wiegley 0c58a5b6c1 Further README fix 2018-05-03 11:42:57 -07:00
John Wiegley bf89470ef4 Fix Gitter link in README.md
Fixes #290
2018-05-03 11:41:49 -07:00
Adelbert Chang 46d65dcdf5 Update README and add badges 2018-04-23 21:49:55 -07:00
John Wiegley 92217059b5 Add --flags=tracing, and document it in README.md 2018-04-18 16:28:21 -07:00
John Wiegley 4fa20eac49 Change README.md back to 'cabal', since we install cabal-install in the nix-shell 2018-04-16 22:24:06 -07:00
Kaushik Chakraborty f58da563bb
modifications in default.nix to take care of errors running benchmarks; update README with a separate section on benchmarks 2018-04-13 12:36:45 +05:30
John Wiegley 999e1c7ae1 Reformat some paragraphs in the README 2018-04-12 21:20:23 -07:00
Vaibhav Sagar 2c03be1008 README.md: clone recursively 2018-04-13 12:16:54 +08:00
Vaibhav Sagar 9f9c607b53
Replace `cabal` with `runhaskell Setup.hs`
This mimics what `nixpkgs` does and works even if the user doesn't have `cabal` installed globally.
2018-04-13 12:06:22 +08:00
John Wiegley 3c7bbdda36 Add a further note to the README 2018-04-12 10:28:16 -07:00
John Wiegley 8176dad56a Some minor updates to the README; no longer mention cabal2nix 2018-04-12 10:26:30 -07:00
John Wiegley be48c0aca5 Add note about how to profile hnix 2018-04-10 11:49:18 -07:00
John Wiegley 499f6d4084 Add a note to the README 2018-04-04 15:05:58 -07:00
Ryan Trinkle c25571ca07 Tell the user to get git submodules 2018-04-04 16:28:47 -04:00
Ryan Trinkle 831e6f623d Add "How you can help" section to README.md 2018-04-04 01:57:31 -04:00
John Wiegley dd16c0879e Update README.md 2018-04-03 00:33:30 -07:00
Domen Kožar b821021cac
Merge {build,shell,default}.nix into default.nix
cabal2nix generates all of them in one go.
2018-01-28 21:58:33 +00:00
John Wiegley 054eb3ced5 Mention the use of cabal2nix in README.md 2018-01-22 12:15:03 -08:00
John Wiegley 38f6413075
Fix GitHub URL
Fixes #49
2016-12-20 21:13:54 -08:00
Susan Potter 783a5a5475 Add criterion dependency for benchmarking 2016-02-07 17:53:22 -06:00
John Wiegley 29909a2598 Setup cabal file, fix all warnings
The next step is splitting up and prettifying Parser.hs
2014-06-30 22:37:20 -05:00