packages feed

Cabal revisions of shake-futhark-0.1.0.2

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

revision 1
-cabal-version:   1.18-name:            shake-futhark-version:         0.1.0.2-license:         BSD3-license-file:    LICENSE-copyright:       Copyright: (c) 2020 Vanessa McHale-maintainer:      vamchale@gmail.com-author:          Vanessa McHale-synopsis:        Dependency tracking for Futhark-description:-    Dependency trakcing using the [futhark library](http://hackage.haskell.org/package/futhark) for transitive dependencies in Futhark projects--category:        Futhark, Shake, Development, Build-build-type:      Simple-extra-doc-files:-    README.md-    CHANGELOG.md--source-repository head-    type:     git-    location: https://github.com/vmchale/shake-futhark--library-    exposed-modules:  Development.Shake.Futhark-    hs-source-dirs:   src-    default-language: Haskell2010-    ghc-options:      -Wall-    build-depends:-        base >=4.3 && <5,-        futhark >=0.15,-        shake -any,-        text -any,-        filepath -any,-        containers >=0.6,-        directory -any--    if impl(ghc >=8.0)-        ghc-options:-            -Wincomplete-uni-patterns -Wincomplete-record-updates-            -Wredundant-constraints -Widentities--    if impl(ghc >=8.4)-        ghc-options: -Wmissing-export-lists--    if impl(ghc >=8.2)-        ghc-options: -Wcpp-undef--    if impl(ghc >=8.10)-        ghc-options: -Wunused-packages+cabal-version:   1.18
+name:            shake-futhark
+version:         0.1.0.2
+x-revision: 1
+license:         BSD3
+license-file:    LICENSE
+copyright:       Copyright: (c) 2020 Vanessa McHale
+maintainer:      vamchale@gmail.com
+author:          Vanessa McHale
+synopsis:        Dependency tracking for Futhark
+description:
+    Dependency trakcing using the [futhark library](http://hackage.haskell.org/package/futhark) for transitive dependencies in Futhark projects
+
+category:        Futhark, Shake, Development, Build
+build-type:      Simple
+extra-doc-files:
+    README.md
+    CHANGELOG.md
+
+source-repository head
+    type:     git
+    location: https://github.com/vmchale/shake-futhark
+
+library
+    exposed-modules:  Development.Shake.Futhark
+    hs-source-dirs:   src
+    default-language: Haskell2010
+    ghc-options:      -Wall
+    build-depends:
+        base >=4.3 && <5,
+        futhark >=0.15 && <0.21.8,
+        shake -any,
+        text -any,
+        filepath -any,
+        containers >=0.6,
+        directory -any
+
+    if impl(ghc >=8.0)
+        ghc-options:
+            -Wincomplete-uni-patterns -Wincomplete-record-updates
+            -Wredundant-constraints -Widentities
+
+    if impl(ghc >=8.4)
+        ghc-options: -Wmissing-export-lists
+
+    if impl(ghc >=8.2)
+        ghc-options: -Wcpp-undef
+
+    if impl(ghc >=8.10)
+        ghc-options: -Wunused-packages