diff --git a/Foreign/Marshal/FixedStorableArray.hs b/Foreign/Marshal/FixedStorableArray.hs
--- a/Foreign/Marshal/FixedStorableArray.hs
+++ b/Foreign/Marshal/FixedStorableArray.hs
@@ -9,6 +9,8 @@
 {-# LANGUAGE UndecidableInstances #-}
 {-|
 
+Deprecated - use storable-static-array instead.
+
 This module defines 'FixedStorableArray', a simple wrapper around
 'StorableArray' with its dimensions encoded in the
 type. 'FixedStorableArray' provides a 'Storable' instance that uses
diff --git a/fixed-storable-array.cabal b/fixed-storable-array.cabal
--- a/fixed-storable-array.cabal
+++ b/fixed-storable-array.cabal
@@ -1,11 +1,14 @@
 name:                fixed-storable-array
-version:             0.3.1.0
+version:             0.3.1.1
 synopsis:            Fixed-size wrapper for StorableArray, providing a
-                     Storable instance
+                     Storable instance. Deprecated - use storable-static-array
+                     instead.
 description:         Uses type-level numeric literals to wrap @StorableArray@
                      in a type that statically fixes its size. The wrapper has
                      a @Storable@ instance, for easy integration with
                      fixed-size native arrays.
+                     .
+                     Deprecated - use storable-static-array instead.
 
 license:             BSD3
 license-file:        LICENSE
