2017-03-06  Evan Cofsky  <evan@theunixman.com>

	* liblawless.cabal (0.17.3): 0.17.3
	* Source/Path.hs: Export more pathtype functions.

	* liblawles.cabal (0.17.2): 0.17.2
	* Source/Path.hs: Export the path operators.
	* test.sh: Build and run tests.
	* hackage.sh: Upload tagged package to hackage.

2016-12-17  Evan Cofsky  <evan@theunixman.com>

	* liblawless.cabal: Add new tests and Arbitrary module.

	* Tests/TestAesonEncoding.hs: Tests for the JSON field encoding
	logic.

	* Source/Arbitrary.hs: Instances of Arbitrary for various useful
	types.

	* Tests: Use new Arbitrary instances.

2016-12-16  Evan Cofsky  <evan@theunixman.com>

	* liblawless.cabal (0.14.0.3):
	Use dns-2.0.8 which is available in Debian.
	Update location information for this release.

	* Examples/ZFS/zpools.yaml: Rename from zpool.yaml.

	* liblawless.cabal: Uncomment ZFS example build.

	* Source/Yaml.hs: Import and export Generics here, too.

	* Examples/ZFS: Create Types, use optics, add Main.hs.

	* Source/Aeson.hs: Rename molude to lawless.

	* Tests/TestAeson.hs: Rename molude to lawless.

	* liblawless.cabal (0.14.0): Adding Networking library, clearing
	up NFC Text, focusing more on examples and tests.

	* Source/Text.hs: Clearer notion of NFC optics vs regular Lens
	optics.

	* Source/Networking.hs: Created this file to start composing
	various network libraries together.