Giter Site home page Giter Site logo

binary-orphans's People

Contributors

felixonmars avatar phadej avatar ryanglscott avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

binary-orphans's Issues

0.1.4.0 Hackage version was overwritten

It looks like the 0.1.4.0 version of this package was originally published without the change in #13. After #13, the package was re-published with the same version. This is a major issue for package maintainers. Going forward can you please bump up the Hackage version when publishing?

Test doesn't build with quickcheck-instances 0.3.28

We should probably tighten the bounds to >= 0.3.29

[1 of 1] Compiling Main             ( test/Tests.hs, dist/build/binary-orphans-test/binary-orphans-test-tmp/Main.dyn_o )

test/Tests.hs:30:5: error:
    • No instance for (Test.QuickCheck.Arbitrary.Arbitrary ByteArray)
        arising from a use of ‘testProperty’
      There are instances for similar types:
        instance Test.QuickCheck.Arbitrary.Arbitrary
                   primitive-0.7.4.0:Data.Primitive.ByteArray.ByteArray
          -- Defined in ‘Test.QuickCheck.Instances.Primitive’
    • In the first argument of ‘($)’, namely ‘testProperty "ByteArray"’
      In the expression:
        testProperty "ByteArray" $ roundtrip (Proxy :: Proxy ByteArray)
      In the second argument of ‘testGroup’, namely
        ‘[testProperty "Natural" $ roundtrip (Proxy :: Proxy Natural),
          testProperty "Sum Int" $ roundtrip (Proxy :: Proxy (Sum Int)),
          testProperty "Min Int" $ roundtrip (Proxy :: Proxy (Min Int)),
          testProperty "Solo Int" $ roundtrip (Proxy :: Proxy (Solo Int)),
          ....]’
   |
30 |   , testProperty "ByteArray"       $ roundtrip (Proxy :: Proxy ByteArray)
   |     ^^^^^^^^^^^^^^^^^^^^^^^^ 

Package broken on nixpkgs

Hey, the Package seems to be broken on nix, where I’m not sure how to fix this:

building '/nix/store/r9nmrf7bfgbnxzk1ab007lx5hczyxnk6-binary-instances-1.drv'...
setupCompilerEnvironmentPhase
Build with /nix/store/8b732fcj71j3mxp99g8104q9r88m5can-ghc-8.6.5.
unpacking sources
unpacking source archive /nix/store/himr2bcx02135f156l4kilcw3yw3gdn0-binary-instances-1.tar.gz
source root is binary-instances-1
setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file binary-instances-1/test/Tests.hs
patching sources
compileBuildDriverPhase
setupCompileFlags: -package-db=/build/setup-package.conf.d -j4 -threaded
[1 of 1] Compiling Main             ( Setup.hs, /build/Main.o )
Linking Setup ...
configuring
configureFlags: --verbose --prefix=/nix/store/vbkfvggqdis6z059z3hhd637psjxn83i-binary-instances-1 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname --docdir=/nix/store/qip3qs2gb8njhka5m2f9km19vmfmhvlp-binary-instances-1-doc/share/doc/binary-instances-1 --with-gcc=gcc --package-db=/build/package.conf.d --ghc-option=-j4 --disable-split-objs --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --ghc-option=-split-sections --extra-lib-dirs=/nix/store/wl1xil3z3x06pi5xc3r29vzgbfvf5ckj-ncurses-6.1-20190112/lib --extra-lib-dirs=/nix/store/0f1dhbhnxmm6yc2msmxy7bwsyq6xcvvb-libffi-3.2.1/lib --extra-lib-dirs=/nix/store/wdqvks4hvnvrx842rwv4sagx55smy5n1-gmp-6.1.2/lib
Using Parsec parser
Configuring binary-instances-1...
CallStack (from HasCallStack):
  die', called at libraries/Cabal/Cabal/Distribution/Simple/Configure.hs:950:20 in Cabal-2.4.0.1:Distribution.Simple.Configure
  configureFinalizedPackage, called at libraries/Cabal/Cabal/Distribution/Simple/Configure.hs:460:12 in Cabal-2.4.0.1:Distribution.Simple.Configure
  configure, called at libraries/Cabal/Cabal/Distribution/Simple.hs:596:20 in Cabal-2.4.0.1:Distribution.Simple
  confHook, called at libraries/Cabal/Cabal/Distribution/Simple/UserHooks.hs:67:5 in Cabal-2.4.0.1:Distribution.Simple.UserHooks
  configureAction, called at libraries/Cabal/Cabal/Distribution/Simple.hs:178:19 in Cabal-2.4.0.1:Distribution.Simple
  defaultMainHelper, called at libraries/Cabal/Cabal/Distribution/Simple.hs:115:27 in Cabal-2.4.0.1:Distribution.Simple
  defaultMain, called at Setup.hs:2:8 in main:Main
Setup: Encountered missing dependencies:
QuickCheck >=2.13.1 && <2.14,
binary-orphans >=1.0.1 && <1.1,
quickcheck-instances >=0.3.21 && <0.4,
time-compat >=1.9.2.2 && <1.10

builder for '/nix/store/r9nmrf7bfgbnxzk1ab007lx5hczyxnk6-binary-instances-1.drv' failed with exit code 1

WDYT?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.