packages feed

Cabal revisions of adjunction-0.0.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:       2.4-name:                adjunction-version:             0.0.0.0-synopsis:            See README for more info-description:         See README for more info-homepage:            https://github.com/strake/adjunction.hs-bug-reports:         https://github.com/strake/adjunction.hs/issues-license:             BSD-3-Clause-license-file:        LICENSE-author:              M Farkas-Dyck-maintainer:          strake888@gmail.com-copyright:           2020 M Farkas-Dyck-category:            Adjunctions, Math-build-type:          Simple-extra-doc-files:     README.md-                   , CHANGELOG.md-tested-with:         GHC == 8.6.5--common c-  build-depends:       base ^>= 4.12 || ^>= 4.13-                     , hs-functors ^>= 0.1.6.0-  ghc-options:       -Wall-                     -Wcompat-                     -Wredundant-constraints-                     -Wno-name-shadowing-                     -Wincomplete-uni-patterns-                     -Wincomplete-record-updates-                     -Werror=incomplete-patterns-                     -Werror=incomplete-uni-patterns-                     -Werror=incomplete-record-updates-                     -Werror=missing-fields-                     -Werror=missing-methods-  default-language:    Haskell2010-  default-extensions:  UnicodeSyntax-                       LambdaCase-                       EmptyCase-                       InstanceSigs-                       PartialTypeSignatures-                       PolyKinds-                       ConstraintKinds-                       FlexibleContexts-                       FlexibleInstances-                       MonadComprehensions-                       StandaloneDeriving-                       DeriveFunctor-                       DeriveFoldable-                       DeriveTraversable--library-  import:              c-  hs-source-dirs:      src-  exposed-modules:-    Data.Functor.Adjoint-    Data.Functor.Rep-  build-depends:--test-suite test-  import:              c-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Spec.hs-  build-depends:       adjunction-  ghc-options:         -threaded-                       -rtsopts-                       -with-rtsopts=-N--benchmark bench-  import:              c-  type:                exitcode-stdio-1.0-  hs-source-dirs:      bench-  main-is:             Main.hs-  build-depends:       gauge-                     , adjunction-  ghc-options:         -threaded-                       -rtsopts-                       -with-rtsopts=-N--source-repository head-  type:                git-  location:            https://github.com/strake/adjunction.hs.git+cabal-version:       2.4
+name:                adjunction
+version:             0.0.0.0
+x-revision: 1
+synopsis:            See README for more info
+description:         See README for more info
+homepage:            https://github.com/strake/adjunction.hs
+bug-reports:         https://github.com/strake/adjunction.hs/issues
+license:             BSD-3-Clause
+license-file:        LICENSE
+author:              M Farkas-Dyck
+maintainer:          None
+copyright:           2020 M Farkas-Dyck
+category:            Adjunctions, Math
+build-type:          Simple
+extra-doc-files:     README.md
+                   , CHANGELOG.md
+tested-with:         GHC == 8.6.5
+
+common c
+  build-depends:       base ^>= 4.12 || ^>= 4.13
+                     , hs-functors ^>= 0.1.6.0
+  ghc-options:       -Wall
+                     -Wcompat
+                     -Wredundant-constraints
+                     -Wno-name-shadowing
+                     -Wincomplete-uni-patterns
+                     -Wincomplete-record-updates
+                     -Werror=incomplete-patterns
+                     -Werror=incomplete-uni-patterns
+                     -Werror=incomplete-record-updates
+                     -Werror=missing-fields
+                     -Werror=missing-methods
+  default-language:    Haskell2010
+  default-extensions:  UnicodeSyntax
+                       LambdaCase
+                       EmptyCase
+                       InstanceSigs
+                       PartialTypeSignatures
+                       PolyKinds
+                       ConstraintKinds
+                       FlexibleContexts
+                       FlexibleInstances
+                       MonadComprehensions
+                       StandaloneDeriving
+                       DeriveFunctor
+                       DeriveFoldable
+                       DeriveTraversable
+
+library
+  import:              c
+  hs-source-dirs:      src
+  exposed-modules:
+    Data.Functor.Adjoint
+    Data.Functor.Rep
+  build-depends:
+
+test-suite test
+  import:              c
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Spec.hs
+  build-depends:       adjunction
+  ghc-options:         -threaded
+                       -rtsopts
+                       -with-rtsopts=-N
+
+benchmark bench
+  import:              c
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      bench
+  main-is:             Main.hs
+  build-depends:       gauge
+                     , adjunction
+  ghc-options:         -threaded
+                       -rtsopts
+                       -with-rtsopts=-N