Skip to content

Commit

Permalink
Use new rules_haskell name for bazel 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Feb 29, 2020
1 parent 9d240fe commit 8f194aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("@ai_formation_hazel//:hazel.bzl", "hazel_library")
load("@io_tweag_rules_haskell//haskell:haskell.bzl", "haskell_library")
load("@rules_haskell//haskell:defs.bzl", "haskell_library")
load("//third_party/haskell/hspec-discover:build_defs.bzl", "hspec_test")
load("//tools/project:build_defs.bzl", "project")

Expand Down
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ install:

build_script:
- cabal update
- cabal install happy
- cabal install --enable-tests --enable-benchmarks --disable-documentation --only-dependencies
- cabal install happy --overwrite-policy=always
- cabal configure --enable-tests --enable-benchmarks
- cabal build

test_script:
- cabal test
2 changes: 1 addition & 1 deletion data-msgpack.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: data-msgpack
version: 0.0.12
version: 0.0.13
synopsis: A Haskell implementation of MessagePack
homepage: http://msgpack.org/
license: BSD3
Expand Down
2 changes: 1 addition & 1 deletion tools/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("@ai_formation_hazel//:hazel.bzl", "hazel_library")
load("@io_tweag_rules_haskell//haskell:haskell.bzl", "haskell_binary")
load("@rules_haskell//haskell:defs.bzl", "haskell_binary")

haskell_binary(
name = "msgpack-parser",
Expand Down

0 comments on commit 8f194aa

Please sign in to comment.