]> gitweb.michael.orlitzky.com - hath.git/shortlog
hath.git
2022-08-28 Michael Orlitzkyhath.cabal: add a bug-reports field. master
2022-08-28 Michael Orlitzkymakefile: rename "test" target to "check".
2022-08-28 Michael Orlitzkyhath.cabal: update to v0.5.7. 0.5.7
2022-08-28 Michael Orlitzkyhath.cabal: add back upper bounds on the "base" package.
2022-08-28 Michael Orlitzkyhath.cabal: update to v0.5.6. 0.5.6
2022-08-28 Michael Orlitzkyhath.cabal: revert back to cabal-version: 3.0.
2022-08-28 Michael Orlitzkyhath.cabal: bump to v0.5.5. 0.5.5
2022-08-28 Michael Orlitzkyhath.cabal: add autogen-modules stanza.
2022-08-28 Michael Orlitzkyhath.cabal: update to v0.5.4. 0.5.4
2022-08-28 Michael Orlitzkyhath.cabal: update to cabal-version: 3.4.
2022-08-28 Michael Orlitzkyhath.cabal: bump to v0.5.3. 0.5.3
2022-08-28 Michael Orlitzkyhath.cabal: specify default-language for medium-age...
2022-08-28 Michael Orlitzkyhath.cabal: bump to v0.5.2. 0.5.2
2022-08-28 Michael Orlitzkyhath.cabal: require at least cabal-1.10 (new Hackage...
2022-08-28 Michael Orlitzkyhath.cabal: bump to v0.5.1. 0.5.1
2022-08-24 Michael Orlitzkyhath.cabal: drop unused test suite dependency.
2022-08-24 Michael Orlitzkyhath.cabal: require ghc-9.x.
2022-08-23 Michael Orlitzkymakefile,hath.cabal: move ghc-options into the makefile.
2019-03-04 Michael Orlitzkymakefile: remove "hscolour" from the docs build.
2019-03-04 Michael Orlitzkyhath.cabal: bump to version 0.5.0.
2019-03-04 Michael Orlitzkyhath.cabal: simplify GHC flags used in the shelltest...
2019-03-04 Michael Orlitzkyhath.cabal: drop superfluous build-depends for the...
2019-03-04 Michael Orlitzkyhath.cabal: add other-modules for the tasty test suite.
2019-03-04 Michael Orlitzkytest/ShellTests.hs: add an explicit export list.
2019-03-04 Michael Orlitzkysrc/Main.hs: add an explicit export list.
2019-03-04 Michael Orlitzkyhath.cabal: add Paths_hath to other-modules to silence...
2019-03-04 Michael Orlitzkysrc/IPv4Address.hs: rename a variable.
2019-03-04 Michael Orlitzkysrc/IPv4Address.hs: fix the inverse toEnum/fromEnum...
2019-03-03 Michael Orlitzkysrc/IPv4Address.hs: convert Int to Word32 before doing...
2017-04-21 Michael OrlitzkyBump to v0.4.2 in the cabal file for the base dependenc... 0.4.2
2017-04-21 Michael OrlitzkyRequire base >= 4.9 to pull in ghc-8.x.
2017-04-20 Michael OrlitzkyRemove MissingH from the shelltest dependencies and... 0.4.1
2017-04-18 Michael OrlitzkyAdd a --sort flag to hath and document/test why it... 0.4.0
2017-04-18 Michael OrlitzkyUndo my totally-wrong man page example for pipe-to...
2017-04-18 Michael OrlitzkyBump to version 0.4.0 in hath.cabal.
2017-04-18 Michael OrlitzkyDocument a pipe-to-sort and justify the lack of a speci...
2017-04-17 Michael OrlitzkyAdd a bunch of tests for our weird CIDR order.
2017-04-17 Michael OrlitzkyEnsure sane ordering of CIDRs with equal masks with...
2017-04-17 Michael OrlitzkyAdd an antisymmetry property check for the Cidr Ord...
2017-04-17 Michael OrlitzkyAdd reflexive/transitive property tests for the Cidr...
2017-04-17 Michael OrlitzkyAdd Ord instance tests for IPv4Address.
2017-04-17 Michael OrlitzkyAdd an Ord instance for Cidr and use it to implement Eq.
2017-04-17 Michael OrlitzkyReplace the "equivalent" function with a "normalize...
2017-04-17 Michael OrlitzkyDocument and test the new --normalize flag.
2017-04-17 Michael OrlitzkyAdd a new --normalize command-line flag to normalize...
2017-04-17 Michael OrlitzkyAdd a new "normalize" function to the Cidr module.
2017-04-14 Michael OrlitzkyUse "words" instead of "splitWs" and drop MissingH...
2017-04-14 Michael OrlitzkyDrop ghc-prof-options from the cabal file.
2017-04-14 Michael OrlitzkyUse the derived instance for Ord and add a test case.
2017-04-14 Michael OrlitzkyRename the "octet_from_int" test; that function is...
2016-11-08 Michael OrlitzkyUpdate project URLs.
2016-07-06 Michael OrlitzkyAdd more warnings and use the GHC-8.x -Wfoo style.
2016-07-06 Michael OrlitzkyAdd full lists for every existing import.
2016-07-06 Michael OrlitzkyDon't derive Typeable (GHC 8+).
2016-07-06 Michael OrlitzkyAdd a type signature to a local function definition.
2016-07-06 Michael OrlitzkyBump to v0.3.1 in the cabal file. 0.3.1
2016-07-06 Michael OrlitzkyAdd type signatures to fix monomorphism restriction...
2015-11-12 Michael OrlitzkyRemove the "reversed" mode -- do one thing and do it... 0.3.0
2015-04-04 Michael OrlitzkyBump cabal version, add homepage, and use sh-compatible...
2015-02-22 Michael OrlitzkyBulletproof the test suite and examples; version bump... 0.2.3
2014-09-23 Michael OrlitzkyLoosen all dependencies eternally and bump to v0.2.2. 0.2.2
2014-05-24 Michael OrlitzkyBump version to 0.2.1.
2014-05-24 Michael OrlitzkyAdd a new TODO item.
2014-05-12 Michael OrlitzkyClean up the makefile, and set the version to 0.2.0... 0.2.0
2014-05-12 Michael OrlitzkyRemove the empty TODO document.
2014-05-12 Michael OrlitzkySwitch from test-framework to tasty.
2013-10-16 Michael OrlitzkyList regex alternates in reverse order to avoid matchin...
2013-10-15 Michael OrlitzkyBump to version 0.1.1 since 0.1.0 was released without... 0.1.1
2013-10-15 Michael OrlitzkyAdd shelltestrunner *.test files to extra-source-files.
2013-10-14 Michael OrlitzkyAdd missing shell ("$") prompts in examples.
2013-10-14 Michael OrlitzkySet version to 0.1.0 instead of 0.0.6 due to "-i" flag...
2013-10-14 Michael OrlitzkyRemove mention of removed "-i" parameter.
2013-10-14 Michael OrlitzkyAdd tests for the --barriers option.
2013-10-14 Michael OrlitzkyRewrite command-line parsing to use cmdargs.
2013-10-14 Michael OrlitzkyRename shelltestrunner files and add two haskell runner...
2013-10-14 Michael OrlitzkyFix an incorrect example in the man page.
2013-10-09 Michael OrlitzkyAdd an example of using multiple threads for DNS lookups.
2013-10-08 Michael OrlitzkyBump dns dependency to 1.*, and update DNS module. 0.0.5
2013-10-08 Michael OrlitzkyFix frontslash in man page.
2013-08-19 Michael OrlitzkyAdd a TODO file. 0.0.4
2013-08-19 Michael OrlitzkyAdd that last manpage addition to the cabal file.
2013-08-19 Michael OrlitzkyAdd an upper bound on the base version.
2013-08-19 Michael OrlitzkySimplify Read instance code.
2013-08-19 Michael OrlitzkyReplace cidr_from_string with a Read instance.
2013-08-19 Michael OrlitzkyUpdate man page and cabal file examples.
2013-08-19 Michael OrlitzkyAdd a test for the Cidr 'enumerate' function.
2013-08-18 Michael OrlitzkyAdd some more tests; minor code cleanup.
2013-08-17 Michael OrlitzkyBump the version number to 0.0.4 in hath.cabal.
2013-06-08 Michael OrlitzkyVersion bump again, include the man page in the source... 0.0.3
2013-06-08 Michael OrlitzkyRemove useless --flags in makefile. 0.0.2
2013-06-08 Michael OrlitzkyAdd hlint makefile target. 0.0.1
2013-06-08 Michael OrlitzkyAdd category: Utils to cabal file.
2013-06-08 Michael OrlitzkyPHONY the dist make target.
2013-06-08 Michael OrlitzkyAdd a description to the cabal file.
2013-06-07 Michael OrlitzkyFix escaping in a comment.
2013-06-07 Michael OrlitzkyAdd a 'doc' makefile target.
2013-06-07 Michael OrlitzkyAdd more Haddock comments.
2013-04-21 Michael OrlitzkyUse Cabal test integration.
2013-04-21 Michael OrlitzkyPrepare for version 0.0.1.
2013-04-21 Michael OrlitzkyUse test-framework for the tests, and bump some depende...
next