diff --git a/src/MyLib.hs b/src/MyLib.hs
deleted file mode 100644
index e657c4403f66f966da13d2027bf595d9673387f6..0000000000000000000000000000000000000000
--- a/src/MyLib.hs
+++ /dev/null
@@ -1,4 +0,0 @@
-module MyLib (someFunc) where
-
-someFunc :: IO ()
-someFunc = putStrLn "someFunc"
diff --git a/src/Tahoe/Capability.hs b/src/Tahoe/Capability.hs
new file mode 100644
index 0000000000000000000000000000000000000000..d1393bb7da56111cd2d73c2b2eed8da37e02ec9f
--- /dev/null
+++ b/src/Tahoe/Capability.hs
@@ -0,0 +1 @@
+module Tahoe.Capability where
diff --git a/tahoe-capabilities.cabal b/tahoe-capabilities.cabal
index 1d7d4424caf40c3e8998e5e04309a87a06589dab..d73684e9e72d67cbe4570d1239b7f7e2006bef39 100644
--- a/tahoe-capabilities.cabal
+++ b/tahoe-capabilities.cabal
@@ -64,7 +64,7 @@ library
   import:           warnings
 
   -- Modules exported by the library.
-  exposed-modules:  MyLib
+  exposed-modules:  Tahoe.Capability
 
   -- Modules included in this library but not exported.
   -- other-modules: