1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

14 commits

Author SHA1 Message Date
Peter Simons 514079a2d7 haskell-digestive-functors-aeson: broken by update of 'text'
Jailbreaking the package makes the build succeeds, but then the test suite fails:

    Running 1 test suites...
    Test suite tests: RUNNING...
    Tests
      Pokemon tests
        Submit pokeForm with valid data:   OK
        Submit pokeForm with invalid data/check error view
          Failed validation:               OK
          jsonErrors shows correct errors: OK
      Pokedex tests
        Valid pokedex with one pokemon:    OK
        Valid pokedex with many pokemon:   OK
        Submit pokedex with a single invalid item
          Failed validation:               OK
          jsonErrors shows correct errors: FAIL
            Exception: HUnitFailure "expected: Object (fromList [(\"pokemon\",Array (fromList [Object (fromList [(\"name\",String \"Name cannot be empty\")])]))])\n but got: Object (fromList [(\"pokemon\",Array (fromList [Object (fromList [(\"name\",String \"Name cannot be empty\"),(\"number\",String \"Could not parse number\")])]))])"
        Submit pokedex with a later invalid item
          Failed validation:               OK
          jsonErrors shows correct errors: FAIL
            Exception: HUnitFailure "expected: Object (fromList [(\"pokemon\",Array (fromList [Null,Object (fromList [(\"name\",String \"Name cannot be empty\")])]))])\n but got: Object (fromList [(\"pokemon\",Array (fromList [Object (fromList [(\"number\",String \"Could not parse number\")]),Object (fromList [(\"name\",String \"Name cannot be empty\"),(\"number\",String \"Could not parse number\")])]))])"
      Top level lists:                     OK
      Booleans work:                       OK
2014-11-01 21:08:03 +01:00
Peter Simons 9b6db1c964 Re-generate Haskell packages with cabal2nix. 2014-08-24 11:45:56 +02:00
Oliver Charles 030439d8fe haskellPackages.digestiveFunctorsAeson: Update to 1.1.11 2014-08-22 21:19:08 +01:00
Peter Simons 5ebc4d829b Re-generate Haskell expressions with latest cabal2nix. 2014-08-09 13:49:24 +02:00
Peter Simons eb3df0b687 haskell-digestive-functors-aeson: jailbreak to fix build with aeson 0.8.x 2014-08-09 13:49:23 +02:00
Oliver Charles 36dd91f0ab haskellPackages.digestiveFunctorsAeson: Update to 1.1.10 2014-07-15 10:57:16 +01:00
Peter Simons d2e731e111 Add "please don't edit" comment at the top of every auto-generated Haskell file. 2014-07-14 13:21:41 +02:00
Oliver Charles 8a22affa24 haskellPackages.digestiveFunctorsAeson: Update to 1.1.9 2014-06-19 11:06:39 +01:00
Peter Simons acaad29162 haskell-digestive-functors-aeson: update to version 1.1.8 2014-05-14 15:02:28 +02:00
Oliver Charles 3b3f7d2595 haskellPackages.digestiveFunctorsAeson: Update to 1.1.7 2014-04-16 16:39:12 +01:00
Oliver Charles af89e63bf7 haskellPackages.digestiveFunctorsAeson: Update to 1.1.6 2014-03-25 14:29:41 +00:00
Peter Simons b655b5c044 haskell-digestive-functors-aeson: update to version 1.1.5 2014-02-10 20:54:53 +01:00
Peter Simons a8e1a6d4d8 haskell-digestive-functors-aeson: update to version 1.1.4 2014-01-26 00:02:34 +01:00
Oliver Charles 0898aa7ad0 haskellPackages.digestiveFunctorsAeson: New expression 2014-01-13 09:00:32 +00:00