Browse Source

Adds LensInternal to modules list

I was not able to compile the project without this addition.
Jesse Hallett 9 years ago
parent
commit
35e6cc8ab1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      activitystreams-aeson.cabal

+ 2 - 1
activitystreams-aeson.cabal

@@ -21,7 +21,8 @@ library
                        Codec.ActivityStream.Representation,
                        Codec.ActivityStream.Schema,
                        Codec.ActivityStream
-  other-modules:       Codec.ActivityStream.Internal
+  other-modules:       Codec.ActivityStream.Internal,
+                       Codec.ActivityStream.LensInternal
   build-depends:       base >=4.7 && <4.8,
                        aeson,
                        text,