Commit Graph

314 Commits

Author SHA1 Message Date
Taylor Fausak
b99963175a
Upgrade Ormolu action (#88) 2023-06-22 12:03:59 +00:00
dependabot[bot]
f0b489d5e2
Bump mrkkrp/ormolu-action from 11 to 12 (#87)
Bumps [mrkkrp/ormolu-action](https://github.com/mrkkrp/ormolu-action) from 11 to 12.
- [Release notes](https://github.com/mrkkrp/ormolu-action/releases)
- [Changelog](https://github.com/haskell-actions/run-ormolu/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mrkkrp/ormolu-action/compare/v11...v12)

---
updated-dependencies:
- dependency-name: mrkkrp/ormolu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-18 13:09:10 -05:00
Taylor Fausak
b9ad0597b2 Still alive 2023-05-14 08:03:53 -05:00
dependabot[bot]
0cbdaed0d0
Bump mrkkrp/ormolu-action from 10 to 11 (#86)
Bumps [mrkkrp/ormolu-action](https://github.com/mrkkrp/ormolu-action) from 10 to 11.
- [Release notes](https://github.com/mrkkrp/ormolu-action/releases)
- [Changelog](https://github.com/mrkkrp/ormolu-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mrkkrp/ormolu-action/compare/v10...v11)

---
updated-dependencies:
- dependency-name: mrkkrp/ormolu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 14:58:50 -05:00
Taylor Fausak
ca782bf4e2
Version 1.2.0.2 2023-03-18 16:15:58 -05:00
Taylor Fausak
c851f9e7a7
Fix bounds on bytestring 2023-03-18 16:13:37 -05:00
Taylor Fausak
fa48a96f9f
Version 1.2.0.1 2023-03-18 13:27:57 -05:00
Taylor Fausak
e80b0e3ff1
Add support for GHC 9.6.1 (#85) 2023-03-18 13:27:42 -05:00
Taylor Fausak
4c05811317
Version 1.2.0.0 2023-02-15 19:09:51 -06:00
Taylor Fausak
43b369c280
Don't re-export as by default (#83)
To continue using it, import it from `Witch.Utility`.
2023-02-15 19:09:20 -06:00
Taylor Fausak
01c952787a
Don't re-export over by default (#82)
To continue using it, import it from `Witch.Utility`.
2023-02-15 19:01:57 -06:00
Taylor Fausak
6a84a39712 Fix version bounds 2023-02-12 15:01:17 -06:00
Taylor Fausak
790ef60ea7
Version 1.1.6.1 2023-02-12 13:55:29 -06:00
Taylor Fausak
6e1a255e31
Update things for 2023 (#81) 2023-02-12 13:55:05 -06:00
Taylor Fausak
cb6d96e949
Fix CI (#80) 2023-02-09 14:01:57 -05:00
Daniel Goertzen
cf2a275865
doc change for From (#78)
Add TypeApplications hint to documentation
2023-02-09 13:47:18 -05:00
dependabot[bot]
5d78728453
Bump mrkkrp/ormolu-action from 8 to 9 (#76)
Bumps [mrkkrp/ormolu-action](https://github.com/mrkkrp/ormolu-action) from 8 to 9.
- [Release notes](https://github.com/mrkkrp/ormolu-action/releases)
- [Changelog](https://github.com/mrkkrp/ormolu-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mrkkrp/ormolu-action/compare/v8...v9)

---
updated-dependencies:
- dependency-name: mrkkrp/ormolu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-06 17:24:49 -06:00
Taylor Fausak
3227ee24e7
Version 1.1.6.0 2023-01-03 21:23:58 -06:00
Taylor Fausak
100273c2cd
Re-export encodings (#75)
* Re-export encodings

Related to #66.

* Fix import
2023-01-03 21:23:38 -06:00
dependabot[bot]
4cdbae4ab7
Bump mrkkrp/ormolu-action from 7 to 8 (#74)
Bumps [mrkkrp/ormolu-action](https://github.com/mrkkrp/ormolu-action) from 7 to 8.
- [Release notes](https://github.com/mrkkrp/ormolu-action/releases)
- [Changelog](https://github.com/mrkkrp/ormolu-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mrkkrp/ormolu-action/compare/v7...v8)

---
updated-dependencies:
- dependency-name: mrkkrp/ormolu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 09:27:03 -06:00
Taylor Fausak
7e4f417c06
Merge pull request #71 from tfausak/2022-11-15-devcontainer
Upgrade development container and CI
2022-11-15 20:25:19 -06:00
Taylor Fausak
79f11ee9ec Revert "Upgrade CI to GHC 9.4.3"
This reverts commit 845980c7b4.
2022-11-15 20:16:19 -06:00
Taylor Fausak
b974985745 Simplify Git ignore 2022-11-15 20:16:12 -06:00
Taylor Fausak
731ca19da2 Remove unnecessary output 2022-11-15 20:16:12 -06:00
Taylor Fausak
845980c7b4 Upgrade CI to GHC 9.4.3 2022-11-15 20:16:12 -06:00
Taylor Fausak
b545f81541 Upgrade CI to GHC 9.2.5 2022-11-15 20:16:11 -06:00
Taylor Fausak
0f3e920037 Upgrade devcontainer to GHC 9.2.5 2022-11-15 20:16:11 -06:00
Taylor Fausak
09a3523c6d
Version 1.1.5.0 2022-11-15 20:15:15 -06:00
Taylor Fausak
563e02488d
Merge pull request #73 from tfausak/gh-66-utf-32be
Add UTF-32BE encoding
2022-11-15 20:14:45 -06:00
Taylor Fausak
3740094141 Add UTF-32BE encoding 2022-11-15 20:08:59 -06:00
Taylor Fausak
c0689d0171
Version 1.1.4.0 2022-11-15 19:57:19 -06:00
Taylor Fausak
c40e043520
Merge pull request #72 from tfausak/gh-66-utf-32le
Add UTF-32LE encoding
2022-11-15 19:57:02 -06:00
Taylor Fausak
5b7468c17d Add UTF-32LE encoding 2022-11-15 17:35:16 -06:00
Taylor Fausak
8a91f6bb58
Version 1.1.3.0 2022-11-15 17:27:39 -06:00
Taylor Fausak
e5b9cbf8e2
Merge pull request #70 from tfausak/gh-66-utf-16be
Add UTF-16BE encoding
2022-11-15 17:27:18 -06:00
Taylor Fausak
e254b0631e Add UTF-16BE encoding 2022-11-15 17:19:14 -06:00
Taylor Fausak
c85f9bcf6b
Version 1.1.2.0 2022-10-27 12:35:24 -05:00
Taylor Fausak
135e5569a9
Merge pull request #69 from tfausak/gh-66-utf-16le
Add UTF-16LE encoding
2022-10-27 12:34:52 -05:00
Taylor Fausak
5dea06c538
Rename helper function 2022-10-07 19:48:46 +00:00
Taylor Fausak
2b22b915c5
Add UTF-16LE encoding 2022-10-07 19:48:04 +00:00
Taylor Fausak
9512493c21
Version 1.1.1.0 2022-10-07 09:37:42 -05:00
Taylor Fausak
e49e7e484b
Merge pull request #68 from tfausak/gh-66-iso-8859-1
Add ISO-8859-1 encoding
2022-10-07 09:37:09 -05:00
Taylor Fausak
815581e41b
Fix instances for encoding ISO-8859-1 2022-10-07 14:27:53 +00:00
Taylor Fausak
2e097296d6
Add ISO-8859-1 encoding 2022-10-07 13:57:45 +00:00
Taylor Fausak
186e722687
Merge pull request #67 from tfausak/gh-66-utf-8
Add `Witch.Encoding.UTF_8`
2022-10-07 08:45:07 -05:00
Taylor Fausak
64fd2f6716
Update test names 2022-10-07 13:40:34 +00:00
Taylor Fausak
d1317fc079
Add a type alias for the UTF-8 encoding 2022-10-07 13:39:29 +00:00
Taylor Fausak
756c06a96a
Reformat UTF-8 instances 2022-10-07 13:35:42 +00:00
Taylor Fausak
6fbc49e133
Rearrange UTF-8 instances 2022-10-07 13:35:04 +00:00
Taylor Fausak
b352927f1d
Add more tests for UTF-8 2022-10-07 13:00:44 +00:00