diff --git a/src/VCR.hs b/src/VCR.hs
--- a/src/VCR.hs
+++ b/src/VCR.hs
@@ -1,5 +1,5 @@
 -- |
--- Description : Record and replay HTTP interactions
+-- = Record and replay HTTP interactions
 --
 -- This module provides functionality for recording and replaying HTTP
 -- interactions using a tape. A tape represents a stored log of
diff --git a/src/VCR/Serialize.hs b/src/VCR/Serialize.hs
--- a/src/VCR/Serialize.hs
+++ b/src/VCR/Serialize.hs
@@ -1,5 +1,6 @@
 {-# LANGUAGE OverloadedStrings #-}
 {-# LANGUAGE RecordWildCards #-}
+-- | Stability: unstable
 module VCR.Serialize (
   saveTape
 , loadTape
diff --git a/src/WebMock.hs b/src/WebMock.hs
--- a/src/WebMock.hs
+++ b/src/WebMock.hs
@@ -1,5 +1,6 @@
 {-# LANGUAGE OverloadedStrings #-}
 {-# LANGUAGE RecordWildCards #-}
+-- | Stability: unstable
 module WebMock (
   Request (..)
 , Response (..)
diff --git a/src/WebMock/Util.hs b/src/WebMock/Util.hs
--- a/src/WebMock/Util.hs
+++ b/src/WebMock/Util.hs
@@ -1,4 +1,5 @@
 {-# LANGUAGE OverloadedStrings #-}
+-- | Stability: unstable
 module WebMock.Util (requestBodyToByteString) where
 
 import Imports
diff --git a/vcr.cabal b/vcr.cabal
--- a/vcr.cabal
+++ b/vcr.cabal
@@ -1,11 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.38.0.
+-- This file has been generated from package.yaml by hpack version 0.38.1.
 --
 -- see: https://github.com/sol/hpack
 
 name:           vcr
-version:        0.0.0
+version:        0.1.0
 synopsis:       Record and replay HTTP interactions
 category:       Testing
 homepage:       https://github.com/assertible/vcr#readme
@@ -21,12 +21,12 @@
 
 library
   exposed-modules:
-      Imports
       VCR
       VCR.Serialize
       WebMock
       WebMock.Util
   other-modules:
+      Imports
       Paths_vcr
   hs-source-dirs:
       src
