Skip to content

Commit 78a693e

Browse files
committed
Remove hazel for the release (it’s experimental still)
For 0.9, we don’t want to commit to the current hazel API.
1 parent fe570f1 commit 78a693e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+0
-41530
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,6 @@ those dependencies available during Haskell source compilation phase
125125
(i.e. not during linking &c. but it's subject to change) and set the
126126
CLASSPATH for that phase as well.
127127

128-
## Building Cabal packages published on Hackage
129-
130-
This repository contains no special support for building Cabal
131-
packages. This is provided by downstream rule sets. We
132-
recommend [Hazel][hazel] for generating rules to build packages
133-
published on Hackage, or part of Stackage snapshots, using Bazel.
134-
135-
[hazel]: ./hazel/README.md
136-
137128
## Troubleshooting
138129

139130
### No such file or directory

WORKSPACE

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ local_repository(
1717
path = "tutorial",
1818
)
1919

20-
# hazel, a way to generate bazel libraries from [st/h]ackage
21-
local_repository(
22-
name = "ai_formation_hazel",
23-
path = "hazel",
24-
)
25-
2620
# Some helpers for platform-dependent configuration
2721
load("//tools:os_info.bzl", "os_info")
2822

@@ -358,9 +352,3 @@ go_register_toolchains() if is_windows else go_register_toolchains(go_version =
358352
load("@com_github_bazelbuild_buildtools//buildifier:deps.bzl", "buildifier_dependencies")
359353

360354
buildifier_dependencies()
361-
362-
# Hazel
363-
364-
load("@ai_formation_hazel//:workspace.bzl", "hazel_setup")
365-
366-
hazel_setup()

azure-pipelines.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -19,49 +19,6 @@ jobs:
1919
Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
2020
displayName: "Enable da long paths"
2121
22-
- bash: |
23-
set -e
24-
export MSYS2_ARG_CONV_EXCL="*"
25-
26-
/c/bazel/bazel.exe build --config windows "@haskell_aeson//..."
27-
/c/bazel/bazel.exe build --config windows "@haskell_aeson__extra//..."
28-
/c/bazel/bazel.exe build --config windows "@haskell_cassava//..."
29-
/c/bazel/bazel.exe build --config windows "@haskell_conduit//..."
30-
/c/bazel/bazel.exe build --config windows "@haskell_fuzzyset//..."
31-
/c/bazel/bazel.exe build --config windows "@haskell_lens//..."
32-
/c/bazel/bazel.exe build --config windows "@haskell_text__metrics//..."
33-
/c/bazel/bazel.exe build --config windows "@haskell_cryptonite//..."
34-
/c/bazel/bazel.exe build --config windows "@haskell_unix__compat//..."
35-
/c/bazel/bazel.exe build --config windows "@haskell_hostname//..."
36-
37-
# FIXME:
38-
# this rule is missing dependency declarations for the following files included by 'external/haskell_zlib/cbits/adler32.c':
39-
# 'external/haskell_zlib/cbits/zutil.h'
40-
# 'external/haskell_zlib/cbits/zlib.h'
41-
# 'external/haskell_zlib/cbits/zconf.h'
42-
#/c/bazel/bazel.exe build --config windows "@haskell_zlib//..."
43-
44-
# FIXME: needs network, warp, cryptonite, etc...
45-
# /c/bazel/bazel.exe build --config windows "@haskell_wai__app__static//..."
46-
47-
# FIXME: Needs to provide advapi32 extra lib.
48-
# /c/bazel/bazel.exe build --config windows "@haskell_entropy//..."
49-
50-
# FIXME: no such package '@taglib//': Platform is not supported (see 'fail_not_supported') and referenced by '@haskell_htaglib//:htaglib'
51-
# /c/bazel/bazel.exe build --config windows "@haskell_htaglib//..."
52-
53-
# FIXME: Cabal version macros issue
54-
# /c/bazel/bazel.exe build --config windows "@haskell_pretty__show//..."
55-
56-
# FIXME: need custom builds
57-
# /c/bazel/bazel.exe build --config windows "@haskell_network_1843485230//..."
58-
# /c/bazel/bazel.exe build --config windows "@haskell_postgresql_libpq_275795853//..."
59-
60-
# FIXME: depends on network
61-
# /c/bazel/bazel.exe build --config windows "@haskell_http__client//..."
62-
63-
displayName: 'Hazel Tests'
64-
6522
- bash: |
6623
set -e
6724
export MSYS2_ARG_CONV_EXCL="*"

hazel/.circleci/config.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

hazel/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

hazel/BUILD.bazel

Lines changed: 0 additions & 4 deletions
This file was deleted.

hazel/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)