dhall-json: add 1.0.0 bottle.
This commit is contained in:
parent
999c81b939
commit
e76205606c
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@ class DhallJson < Formula
|
|||
sha256 "514e14a765b0fd360dad7aec62980ca02424d6670be9bf5b9a5a171835a7758d"
|
||||
head "https://github.com/Gabriel439/Haskell-Dhall-JSON-Library"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "2efc13fffa393645a208a495713d66f797b2ff3095eb98d48b8a79413039fd9f" => :sierra
|
||||
sha256 "f38d9d7467133d090eb12db0282620ec571479148f3a95eee290efacfc6b7e72" => :el_capitan
|
||||
sha256 "5a4265e9917ecf5faf3f9fdeef5f24932f36bd008ef286f3f49bdb84785a05d5" => :yosemite
|
||||
end
|
||||
|
||||
depends_on "ghc" => :build
|
||||
depends_on "cabal-install" => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue