Skip to content

Commit

Permalink
Up ver and nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Mar 3, 2020
1 parent 224161a commit 153dca0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log for rib

## 0.8.0.0 (UNRELEASED)

- Dependency upgrades

## 0.7.0.0

- Dependency upgrades
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@ Clone the sample repository locally, install [Nix](https://nixos.org/nix/) and
run your site as follows:

```shell
nix-shell --run 'ghcid -T main'
nix-shell --run 'ghcid -T :main'
```

(Note even though the author recommends it Nix is strictly not required; you may
simply run `ghcid -T main` instead of the above command if you do not wish to
simply run `ghcid -T :main` instead of the above command if you do not wish to
use Nix.)

Running this command gives you a local HTTP server at http://localhost:8080/
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
# Use https://howoldis.herokuapp.com/ to find the next hash to update nixpkgs to.
# Look for the "Last updated" commit hash for the entry `nixpkgs-unstable`
nixpkgsRev = "1fe82110feb";
nixpkgsRev = "24c765c744b";

inherit (import (builtins.fetchTarball "https://github.com/hercules-ci/gitignore/archive/7415c4f.tar.gz") { }) gitignoreSource;
ribRoot = gitignoreSource ./.;
Expand Down
2 changes: 1 addition & 1 deletion rib.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: rib
version: 0.7.0.0
version: 0.8.0.0
license: BSD-3-Clause
copyright: 2019 Sridhar Ratnakumar
maintainer: [email protected]
Expand Down

0 comments on commit 153dca0

Please sign in to comment.