Skip to content

Commit

Permalink
Starting to migrate version
Browse files Browse the repository at this point in the history
  • Loading branch information
david-janssen committed Sep 2, 2020
1 parent 6a7c846 commit 430fa1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nix/pinned-nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
# rev = "c54a127b62d8fd67cc9655f79552855d961b0cfb";
rev = "5b36111f3c7a0468d099516832418e4e350fde6c";
ref = "master";
}
2 changes: 1 addition & 1 deletion src/KMonad/Prelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import RIO.Text as X (unlines, lines)
import RIO as X hiding
(-- Not the lens stuff, I want more support for lenses from "Control.Lens"
view, ASetter, ASetter', Lens, Getting, Lens'
, SimpleGetter, lens, over, set, sets, to, (^.)
, SimpleGetter, lens, over, set, sets, to, (^.), (^..), (^?), preview, (%~), (.~)

-- Some stuff I'd rather default to Text
, unlines, lines
Expand Down

0 comments on commit 430fa1a

Please sign in to comment.