This website works better with JavaScript.
Home
Explore
Help
Sign In
piq9117
/
launchdarklyapi
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9
Commits
1
Branch
365 KiB
Haskell
99.3%
Cabal Config
0.7%
Tree:
61f4802714
master
v0.1.0.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '61f4802714'
${ noResults }
launchdarklyapi
/
nix
/
overlays
/
aeson.nix
4 lines
100 B
Raw
Blame
History
self: super: rec {
aeson = super.haskell.lib.dontCheck (self.callHackage "aeson" "1.5.6.0" {});
}