Explorar el Código

Adds LensInternal to modules list

I was not able to compile the project without this addition.
Jesse Hallett hace 9 años
padre
commit
35e6cc8ab1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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,